diff --git a/src/java/org/apache/lucene/util/PriorityQueue.java b/src/java/org/apache/lucene/util/PriorityQueue.java index 288f739cbea..5d065f8f32d 100644 --- a/src/java/org/apache/lucene/util/PriorityQueue.java +++ b/src/java/org/apache/lucene/util/PriorityQueue.java @@ -41,7 +41,7 @@ public abstract class PriorityQueue { * change the top without attempting to insert any new object.
* * 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).
* * By default, this method returns false, which means the queue will not be