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:
Michael McCandless 2014-01-25 20:58:19 +00:00
parent 3ae719d025
commit a3d74984a2
1 changed files with 1 additions and 1 deletions

View File

@ -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