Last active
June 9, 2020 19:54
-
-
Save theboreddev/ba9021c4f69d627a23baf8e9a5358660 to your computer and use it in GitHub Desktop.
isRedSafe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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