Fix GarbageCollectorListener javadoc

Change-Id: I4b9267638d1a5ed84197437421ee379e90730fd2
This commit is contained in:
Dave Borowitz
2015-05-19 12:33:29 -07:00
parent 2a29136e6c
commit 43bb0bbfc6

View File

@@ -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();
/**