You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/12/21 03:57:11 UTC

[GitHub] [incubator-dolphinscheduler] chengshiwen edited a comment on pull request #4270: [Improvement] Refactor code to support tracing

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:
users@infra.apache.org