mirror of https://github.com/apache/lucene.git
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:
parent
270550cb8b
commit
a0d5801661
|
@ -89,7 +89,7 @@ public class ConcurrentMergeScheduler extends MergeScheduler {
|
||||||
maxThreadCount = count;
|
maxThreadCount = count;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @see #setMaxThreadCount. */
|
/** @see #setMaxThreadCount(int) */
|
||||||
public int getMaxThreadCount() {
|
public int getMaxThreadCount() {
|
||||||
return maxThreadCount;
|
return maxThreadCount;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue