Merge branch 'stable-2.13'

* stable-2.13:
  Metrics: Add missing Javadoc
  Lifecycle{Manager,Module}: Add missing Javadoc
  EventDispatcher: Add missing description on @throws javadoc
  {ExtendedHttp,Http,Rpc}AuditEvent: Add missing @param javadoc tags
  Fix formatting of links in Changes Submitted Together documentation
  Fix usage of OutgoingEmailValidator to make sure TLD override works
  Fix references to Guava classes from extension API Javadoc
  GarbageCollectorListener: Replace direct link to external class
  Prepare to render JGit references as links in api documentation
  Allow to provide URLs for docs of external classes
  Write each Lucene index using a dedicated background thread
  Do not allow index futures to be cancelled

Change-Id: I9bc732562efa903ff201be86d9fb8ac2226ed8e5
This commit is contained in:
David Pursehouse
2016-09-09 22:08:42 +09:00
32 changed files with 280 additions and 65 deletions

View File

@@ -27,7 +27,7 @@ public interface GarbageCollectorListener {
/**
* @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>
* @see org.eclipse.jgit.api.GarbageCollectCommand#call()
*/
Properties getStatistics();
}