We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1f683 commit f662526Copy full SHA for f662526
src/main/java/com/fishercoder/solutions/_1507.java
@@ -54,6 +54,8 @@ private String getMonth(String month) {
54
case "Dec":
55
result = "12";
56
break;
57
+ default:
58
+ result = "";
59
}
60
return result;
61
0 commit comments