mirror of https://github.com/apache/lucene.git
tab to space
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3ae719d025
commit
a3d74984a2
|
@ -54,7 +54,7 @@ public abstract class PriorityQueue<T> {
|
|||
// in this case, but it's very unlikely in practice
|
||||
// one will actually insert this many objects into
|
||||
// the PQ:
|
||||
// Throw exception to prevent confusing OOME:
|
||||
// Throw exception to prevent confusing OOME:
|
||||
throw new IllegalArgumentException("maxSize must be <= " + ArrayUtil.MAX_ARRAY_LENGTH + "; got: " + maxSize);
|
||||
} else {
|
||||
// NOTE: we add +1 because all access to heap is
|
||||
|
|
Loading…
Reference in New Issue