Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01ddad4

Browse files
fix build
1 parent57392f2 commit01ddad4

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/_988.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
publicclass_988 {
3737
publicstaticclassSolution1 {
3838
publicStringsmallestFromLeaf(TreeNoderoot) {
39-
List<String>paths =newArrayList<>();
39+
finalList<String>paths =newArrayList<>();
4040
Map<Integer,Character>map =newHashMap<>();
4141
map.put(0,'a');
4242
map.put(1,'b');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp