Fix GarbageCollectorListener javadoc

Change-Id: I419ad53b37abc065345ffa5d104761703034ef57
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2015-06-02 10:33:47 +02:00
parent b1ef1dcd78
commit e53253b778

View File

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