GarbageCollectorListener: Replace direct link to external class
The API javadoc is now able to reference directly to the JGit
javadoc, so replace the external link.
This reverts commit 9e8343c135.
Change-Id: Ib8376bea08209ce784697bea6c1856517b8a2e93
This commit is contained in:
@@ -27,7 +27,7 @@ public interface GarbageCollectorListener {
|
|||||||
/**
|
/**
|
||||||
* @return Properties describing the result of the garbage collection
|
* @return Properties describing the result of the garbage collection
|
||||||
* performed by JGit.
|
* 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>
|
* @see org.eclipse.jgit.api.GarbageCollectCommand#call()
|
||||||
*/
|
*/
|
||||||
Properties getStatistics();
|
Properties getStatistics();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user