From 2e3fb612af8a3c145679c6c81fae75c3746136fc Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sun, 11 Oct 2009 13:11:51 +0000 Subject: [PATCH] fix javadocs git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824066 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/lucene/util/PriorityQueue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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