development

This commit is contained in:
2026-05-02 13:39:41 +03:30
parent f2be2ee51c
commit 13266e501e
4 changed files with 3 additions and 2 deletions
View File
+1 -1
View File
@@ -95,4 +95,4 @@ public class Main {
scanner.nextLine(); scanner.nextLine();
return input; return input;
} }
} }
+1
View File
@@ -6,6 +6,7 @@ import java.util.List;
* Model class representing a movie * Model class representing a movie
* Fields: id, title, genres, images * Fields: id, title, genres, images
*/ */
public class Movie { public class Movie {
private Long id; private Long id;
+1 -1
View File
@@ -254,4 +254,4 @@ public class MovieService {
} }
} }