Skip to content

Instantly share code, notes, and snippets.

@fkmhrk
Created August 25, 2017 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fkmhrk/ea84239f515fb8be0874dc7697fdf6e1 to your computer and use it in GitHub Desktop.
Save fkmhrk/ea84239f515fb8be0874dc7697fdf6e1 to your computer and use it in GitHub Desktop.
blocked switch
public class Moke {
private void doSomething() {
switch (id) {
case 1: {
...
} break;
case 2: {
...
} break;
case 3: {
...
} break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment