chengshiwen edited a comment on pull request #4270:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/4270#issuecomment-748742967
@hailin0 If you are sure that `fall through` is required, you should add the
specified comment, for examples:
```
switch (i) {
case 1:
i++; // fall through
case 2:
i++;
// fallthru
case 3: {
i++;
}
/* fall-thru */
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]