Skip to content

Commit e52e8d3

Browse files
Add files via upload
1 parent bff130f commit e52e8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SortedMap11.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class srtMp implements Comparator<SortedMap11> {
2121

2222
@Override
2323
public int compare(SortedMap11 o1, SortedMap11 o2) {
24-
return o1.a - o2.a;
24+
return o1.a - o2.b;
2525
}
2626

2727
}

0 commit comments

Comments
 (0)