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:
Uwe Schindler 2009-10-11 13:11:51 +00:00
parent 7f86a2ed63
commit 2e3fb612af
1 changed files with 1 additions and 1 deletions

View File

@ -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