Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f662526

Browse files
fix build
1 parent aa1f683 commit f662526

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/fishercoder/solutions/_1507.java

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ private String getMonth(String month) {
5454
case "Dec":
5555
result = "12";
5656
break;
57+
default:
58+
result = "";
5759
}
5860
return result;
5961
}

0 commit comments

Comments
 (0)