Test: fix fallthrough compiler warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619111 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-08-20 14:19:32 +00:00
parent e2761fed44
commit 6837b3e7fe
1 changed files with 1 additions and 0 deletions

View File

@ -589,6 +589,7 @@ public class TestAutomaton extends LuceneTestCase {
if (VERBOSE) {
System.out.println(" randomNoOp: skip op=minimize: too many states (" + a.getNumStates() + ")");
}
return a;
}
case 2:
if (VERBOSE) {