document this fallthrough

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1004200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-10-04 11:23:51 +00:00
parent a4d0cf02a8
commit 616c911084

View File

@ -39,6 +39,7 @@ public class Algorithm {
* @param runData perf-run-data used at running the tasks.
* @throws Exception if errors while parsing the algorithm
*/
@SuppressWarnings("fallthrough")
public Algorithm (PerfRunData runData) throws Exception {
String algTxt = runData.getConfig().getAlgorithmText();
sequence = new TaskSequence(runData,null,null,false);
@ -210,7 +211,7 @@ public class Algorithm {
break;
case '>' :
currSequence.setNoChildReport();
currSequence.setNoChildReport(); /* intentional fallthrough */
case '}' :
case ']' :
// end sequence