Changeset 76712b2 for trip-planner/src/main/java/finki/diplomska/tripplanner/service/impl/LocationServiceImpl.java
- Timestamp:
- 01/28/22 18:45:54 (3 years ago)
- Branches:
- master
- Children:
- 6fe77af
- Parents:
- b738035
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner/src/main/java/finki/diplomska/tripplanner/service/impl/LocationServiceImpl.java
rb738035 r76712b2 185 185 186 186 @Override 187 public List<Location> get LocationsForCity(Long cityId) {188 return this.locationRepository.get LocationsForCity(cityId);187 public List<Location> getAllLocations(String place) { 188 return this.locationRepository.getAllLocations(place); 189 189 } 190 191 190 192 }
Note:
See TracChangeset
for help on using the changeset viewer.