add nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-01-29 14:37:38 +00:00
parent 5524eeb53f
commit 6bfac8590b

View File

@ -55,7 +55,7 @@ class NumericDocValuesWriter extends DocValuesWriter {
pending.add(value);
updateBytesUsed();
updateBytesUsed(); // nocommit: O(n^2)!!!!!!!!!!!!
}
private void updateBytesUsed() {