git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1441754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-02-02 14:36:10 +00:00
parent 481139b490
commit 29e0c2a94f
1 changed files with 0 additions and 3 deletions

View File

@ -216,9 +216,6 @@ public class FieldInfos implements Iterable<FieldInfo> {
return fieldNumber.intValue();
}
// nocommit: do we need better tests for attempt to
// change doc value type across segments...
// used by assert
synchronized boolean containsConsistent(Integer number, String name, DocValuesType dvType) {
return name.equals(numberToName.get(number))