- Timestamp:
- 02/08/23 14:41:27 (22 months ago)
- Branches:
- master
- Children:
- 2c7a732
- Parents:
- 39a45e6 (diff), 90317ea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/service/FilmService.java
r39a45e6 r632e3d8 14 14 Optional<Film> getFilmById(Long id); 15 15 List<Film> getFilmsFromCinema(int id); 16 List<Film> getFilmsFromCinemaNow(int id); 17 List<Film> getFilmsNow(); 16 18 }
Note:
See TracChangeset
for help on using the changeset viewer.