You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ColinHebert
changed the title
Nitpick: "BLAh".toLowerCase().equals("blah") should be replaced with `"BLAJ".equalsIgnoreCase("blah")
Nitpick: "BLAh".toLowerCase().equals("blah") should be replaced with "BLAJ".equalsIgnoreCase("blah")
Sep 7, 2019
https://docs.oracle.com/javase/7/docs/api/java/lang/String.html#equalsIgnoreCase(java.lang.String)
MasterMind/src/Main.java
Line 72 in c3d4aa0
MasterMind/src/Main.java
Line 75 in c3d4aa0
The text was updated successfully, but these errors were encountered: