Changeset b738035 for trip-planner/src/main/java/finki/diplomska/tripplanner/service/impl/LocationServiceImpl.java
- Timestamp:
- 01/24/22 21:08:32 (3 years ago)
- Branches:
- master
- Children:
- 76712b2
- Parents:
- bdd6491
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner/src/main/java/finki/diplomska/tripplanner/service/impl/LocationServiceImpl.java
rbdd6491 rb738035 183 183 return this.locationRepository.getAllLocationIdsForPlanner(plannerId); 184 184 } 185 186 @Override 187 public List<Location> getLocationsForCity(Long cityId) { 188 return this.locationRepository.getLocationsForCity(cityId); 189 } 185 190 }
Note:
See TracChangeset
for help on using the changeset viewer.