Skip to content

Commit a8fb2ba

Browse files
committed
Fixed Lesson11.java and build is successful
1 parent dff5d0b commit a8fb2ba

File tree

1 file changed

+2
-2
lines changed
  • lesson_11/arrays_java/arrays_app/src/main/java/com/codedifferently/lesson11

1 file changed

+2
-2
lines changed

lesson_11/arrays_java/arrays_app/src/main/java/com/codedifferently/lesson11/Lesson11.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public int[] getConcatenation(int[] nums) {
1919
}
2020
return ans;
2121
}
22-
}
22+
2323
/**
2424
* Provide the solution to LeetCode 2942 here:
2525
* https://leetcode.com/problems/find-words-containing-character/
@@ -35,4 +35,4 @@ public List<Integer> findWordsContaining(String[] words, char x) {
3535

3636
return result;
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)