Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed May 23, 2024
1 parent 7d06fb2 commit 5f1d76d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@ private void handleShowBackends() {

backendInfos.sort(new Comparator<List<String>>() {
@Override
public int compare(List<String> o1, List<String> o2) {
public long compare(List<String> o1, List<String> o2) {
return Long.parseLong(o1.get(0)) - Long.parseLong(o2.get(0));
}
});
Expand Down

0 comments on commit 5f1d76d

Please sign in to comment.