Export LifecycleListener in the extension API
Extensions may need to know when they are starting or stopping. Export the interface that they can use to learn this information. Change-Id: I45bb567aa76887844fbd82c8394ef117aa69c77c
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
package com.google.gerrit.httpd;
|
||||
|
||||
import com.google.gerrit.lifecycle.LifecycleListener;
|
||||
import com.google.gerrit.extensions.events.LifecycleListener;
|
||||
import com.google.inject.Provider;
|
||||
import com.google.inject.ProvisionException;
|
||||
import com.google.inject.Singleton;
|
||||
|
||||
Reference in New Issue
Block a user