We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b6c02 commit b19496dCopy full SHA for b19496d
CoordinateComparator.java
@@ -6,5 +6,4 @@ public class CoordinateComparator implements Comparator<Coordinate> {
6
public int compare(Coordinate c1, Coordinate c2) {
7
return Double.valueOf(c1.getDistanceToOriginPoint()).compareTo(c2.getDistanceToOriginPoint());
8
}
9
-
10
0 commit comments