mirror of https://github.com/apache/lucene.git
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:
parent
e2761fed44
commit
6837b3e7fe
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue