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:
David Pursehouse
2016-09-08 14:31:17 +09:00
parent 5f10379dc7
commit 4cb6b9b53b

View File

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