mirror of https://github.com/apache/lucene.git
fix javadoc warning. exclamation point caused warning - maybe another fix to this, but this will will work for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150049 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
90534ff460
commit
9d46cda9e5
|
@ -87,7 +87,7 @@ public abstract class PriorityQueue {
|
|||
|
||||
/**
|
||||
* Adds element to the PriorityQueue in log(size) time if either
|
||||
* the PriorityQueue is not full, or !lessThan(element, top()).
|
||||
* the PriorityQueue is not full, or not lessThan(element, top()).
|
||||
* @param element
|
||||
* @return true if element is added, false otherwise.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue