mirror of
https://github.com/apache/lucene.git
synced 2025-02-12 04:55:27 +00:00
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:
parent
a4d0cf02a8
commit
616c911084
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user