Skip to content
Snippets Groups Projects
Commit a654b51c authored by Goik Martin's avatar Goik Martin
Browse files

Cosmetics

parent 2eac24b9
No related branches found
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ public enum Zodiac { ...@@ -184,7 +184,7 @@ public enum Zodiac {
return zodiac; return zodiac;
} }
} }
return null; // Unreachable but being required for keeping the compiler happy return null; // Unreachable for correct month and day values but required for keeping the compiler happy
} }
private boolean matches(Month month, int day) { private boolean matches(Month month, int day) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment