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

Commit6c4c188

Browse files
fix build
1 parentc543256 commit6c4c188

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/main/java/com/fishercoder/solutions/_1452.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ public List<Integer> peopleIndexes(List<List<String>> favoriteCompanies) {
1616
TreeMap<String,Integer>map =newTreeMap<>(newComparator<String>() {
1717
@Override
1818
publicintcompare(Stringo1,Stringo2) {
19-
intdiff_length =o1.length() -o2.length();
20-
if (diff_length !=0)returndiff_length;
19+
intdiffLength =o1.length() -o2.length();
20+
if (diffLength !=0) {
21+
returndiffLength;
22+
}
2123
returno1.compareTo(o2);
2224
}
2325
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp