Fix GarbageCollectorListener javadoc
Change-Id: I419ad53b37abc065345ffa5d104761703034ef57 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -28,9 +28,8 @@ public interface GarbageCollectorListener {
|
||||
String getProjectName();
|
||||
|
||||
/**
|
||||
* Properties describing the result of the garbage collection performed by
|
||||
* JGit
|
||||
*
|
||||
* @return Properties describing the result of the garbage collection
|
||||
* performed by JGit.
|
||||
* @see <a href="http://download.eclipse.org/jgit/site/3.7.0.201502260915-r/apidocs/org/eclipse/jgit/api/GarbageCollectCommand.html#call%28%29">GarbageCollectCommand</a>
|
||||
*/
|
||||
Properties getStatistics();
|
||||
|
Reference in New Issue
Block a user