mirror of https://github.com/apache/lucene.git
More javadoc fixes, sorry for duplicate commit, didn't see this before
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e3fb612af
commit
75b8d24d86
|
@ -116,8 +116,8 @@ public abstract class PriorityQueue<T> {
|
|||
}
|
||||
|
||||
/**
|
||||
* insertWithOverflow() is the same as insert() except its
|
||||
* return value: it returns the object (if any) that was
|
||||
* Adds an Object to a PriorityQueue in log(size) time.
|
||||
* It returns the object (if any) that was
|
||||
* dropped off the heap because it was full. This can be
|
||||
* the given parameter (in case it is smaller than the
|
||||
* full heap's minimum, and couldn't be added), or another
|
||||
|
|
Loading…
Reference in New Issue