Skip to content
Snippets Groups Projects

Resolve "As a user, I would like a town specific page which shows all trails for that town so that I can easily see my progress"

Compare and Show latest version
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -200,7 +200,6 @@ public class PlacesController {
public List<LocationsCoordinates> reorderCoordsWRTLocations(List<LocationsCoordinates> locCoords){
Collections.sort(locCoords,
Comparator.comparingInt(LocationsCoordinates::getLocationID));
System.out.println(locCoords);
return locCoords;
}
Loading