Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Last active June 9, 2020 19:54
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 theboreddev/ba9021c4f69d627a23baf8e9a5358660 to your computer and use it in GitHub Desktop.
Save theboreddev/ba9021c4f69d627a23baf8e9a5358660 to your computer and use it in GitHub Desktop.
isRedSafe
private boolean isRed(String color) {
return "RED".equals(color);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment