mirror of https://github.com/apache/lucene.git
fix warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1181891 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bd067ee329
commit
24327b0b8a
|
@ -158,6 +158,7 @@ public class TestTypePromotion extends LuceneTestCase {
|
|||
break;
|
||||
case Int:
|
||||
assertEquals(msg, values[id], directSource.getInt(i));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue