Skip to content

Commit 250459e

Browse files
fix build
1 parent ef8c7b3 commit 250459e

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
public class _244 {
2424
public static class Solution1 {
2525
class WordDistance {
26+
2627
private Map<String, List<Integer>> map;
2728

2829
public WordDistance(String[] words) {

0 commit comments

Comments
 (0)