Skip to content

Instantly share code, notes, and snippets.

@dustingetz
Created March 13, 2011 19:23
Show Gist options
  • Select an option

  • Save dustingetz/868350 to your computer and use it in GitHub Desktop.

Select an option

Save dustingetz/868350 to your computer and use it in GitHub Desktop.
if (CMD_CREATE.equals(command))
...
else if (CMD_COPY.equals(command))
...
else if (CMD_SAVE.equals(command))
...
else if (CMD_NEXT.equals(command))
...
else if CMD_PREVIOUS.equals(command))
...
else
DebugUtil.verify(false, "unimplemented command");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment