Fix GarbageCollectorListener javadoc
Change-Id: I4b9267638d1a5ed84197437421ee379e90730fd2
This commit is contained in:
@@ -24,10 +24,7 @@ import java.util.Properties;
|
||||
@ExtensionPoint
|
||||
public interface GarbageCollectorListener {
|
||||
public interface Event {
|
||||
/**
|
||||
* The name of the Gerrit project that has been garbage collected
|
||||
* @return
|
||||
*/
|
||||
/** @return The name of the project that has been garbage collected. */
|
||||
String getProjectName();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user