development #2

Open
Saba_frm wants to merge 3 commits from development into main
4 changed files with 3 additions and 2 deletions
Showing only changes of commit 13266e501e - Show all commits
View File
+1 -1
View File
@@ -95,4 +95,4 @@ public class Main {
scanner.nextLine();
return input;
}
}
}
+1
View File
@@ -6,6 +6,7 @@ import java.util.List;
* Model class representing a movie
* Fields: id, title, genres, images
*/
public class Movie {
private Long id;
+1 -1
View File
@@ -254,4 +254,4 @@ public class MovieService {
}
}
}