From a3d74984a2165744658adfe20341753cb32decef Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Sat, 25 Jan 2014 20:58:19 +0000 Subject: [PATCH] tab to space git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561400 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/core/src/java/org/apache/lucene/util/PriorityQueue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/core/src/java/org/apache/lucene/util/PriorityQueue.java b/lucene/core/src/java/org/apache/lucene/util/PriorityQueue.java index 9820751499a..8e4cc78b960 100644 --- a/lucene/core/src/java/org/apache/lucene/util/PriorityQueue.java +++ b/lucene/core/src/java/org/apache/lucene/util/PriorityQueue.java @@ -54,7 +54,7 @@ public abstract class PriorityQueue { // 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