We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7d50a commit 7a59e85Copy full SHA for 7a59e85
1 file changed
src/main/java/ru/yandex/practicum/filmorate/storage/FilmStorage.java
@@ -35,6 +35,4 @@ public interface FilmStorage<T extends DataModel> {
35
36
void getAllFullGenreLike(Collection<Film> films);
37
38
- void getAllFullGenreLike (Collection<Film> films);
39
-
40
}
0 commit comments