Skip to content

Commit 38edb0c

Browse files
refactor 381
1 parent 13ae2b6 commit 38edb0c

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static class Solution1 {
4646
/**
4747
* Initialize your data structure here.
4848
*/
49-
public _381() {
49+
public Solution1() {
5050
forwardMap = new HashMap();
5151
reverseMap = new HashMap();
5252
index = 0;

0 commit comments

Comments
 (0)