mirror of https://github.com/apache/lucene.git
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f86a2ed63
commit
2e3fb612af
|
@ -41,7 +41,7 @@ public abstract class PriorityQueue<T> {
|
|||
* change the top without attempting to insert any new object.<br>
|
||||
*
|
||||
* Those sentinel values should always compare worse than any non-sentinel
|
||||
* value (i.e., {@link #lessThan(T, T)} should always favor the
|
||||
* value (i.e., {@link #lessThan} should always favor the
|
||||
* non-sentinel values).<br>
|
||||
*
|
||||
* By default, this method returns false, which means the queue will not be
|
||||
|
|
Loading…
Reference in New Issue