Skip to content
Snippets Groups Projects

Resolve "As a site administrator I want to be able to review submitted trail checkpoints by business owners, so that they might be added to the existing trails

4 files
+ 59
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -96,6 +96,11 @@ public class LocationRepositoryJDBC implements LocationRepository {
}
public int nametoLocationID(String name){
}
// public JdbcTemplate getJdbc() {
// return jdbc;
// }
Loading