You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2014/08/20 16:19:33 UTC

svn commit: r1619111 - /lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/automaton/TestAutomaton.java

Author: mikemccand
Date: Wed Aug 20 14:19:32 2014
New Revision: 1619111

URL: http://svn.apache.org/r1619111
Log:
Test: fix fallthrough compiler warning

Modified:
    lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/automaton/TestAutomaton.java

Modified: lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/automaton/TestAutomaton.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/automaton/TestAutomaton.java?rev=1619111&r1=1619110&r2=1619111&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/automaton/TestAutomaton.java (original)
+++ lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/automaton/TestAutomaton.java Wed Aug 20 14:19:32 2014
@@ -589,6 +589,7 @@ public class TestAutomaton extends Lucen
         if (VERBOSE) {
           System.out.println("  randomNoOp: skip op=minimize: too many states (" + a.getNumStates() + ")");
         }
+        return a;
       }
     case 2:
       if (VERBOSE) {