We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbc4e70 + 0df5e9c commit dc7d50aCopy full SHA for dc7d50a
1 file changed
src/main/java/ru/yandex/practicum/filmorate/storage/FilmStorage.java
@@ -35,4 +35,6 @@ 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