Skip to content
Snippets Groups Projects

Resolve "As a user I would like to see a map of the landmarks, so that I can figure out where to go"

6 files
+ 38
11
Compare changes
  • Side-by-side
  • Inline

Files

@@ -9,8 +9,8 @@ public interface LocationRepository {
void addLocation(Location loc);
List<Location> approvedLocations();
List<Location> unapprovedLocations();
List<Location> getApprovedLocations();
List<Location> getUnapprovedLocations();
// List<Location> approvedLocations();
Loading