fix javadocs warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@894112 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2009-12-27 21:46:21 +00:00
parent 270550cb8b
commit a0d5801661
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class ConcurrentMergeScheduler extends MergeScheduler {
maxThreadCount = count;
}
/** @see #setMaxThreadCount. */
/** @see #setMaxThreadCount(int) */
public int getMaxThreadCount() {
return maxThreadCount;
}