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:
Michael McCandless 2011-10-11 17:06:57 +00:00
parent bd067ee329
commit 24327b0b8a
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ public class TestTypePromotion extends LuceneTestCase {
break;
case Int:
assertEquals(msg, values[id], directSource.getInt(i));
break;
default:
break;
}