mirror of
https://github.com/apache/lucene.git
synced 2025-03-05 15:59:25 +00:00
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
|
* Adds an Object to a PriorityQueue in log(size) time.
|
||||||
* return value: it returns the object (if any) that was
|
* It returns the object (if any) that was
|
||||||
* dropped off the heap because it was full. This can be
|
* dropped off the heap because it was full. This can be
|
||||||
* the given parameter (in case it is smaller than the
|
* the given parameter (in case it is smaller than the
|
||||||
* full heap's minimum, and couldn't be added), or another
|
* full heap's minimum, and couldn't be added), or another
|
||||||
|
Loading…
x
Reference in New Issue
Block a user