development
This commit is contained in:
@@ -95,4 +95,4 @@ public class Main {
|
|||||||
scanner.nextLine();
|
scanner.nextLine();
|
||||||
return input;
|
return input;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -254,4 +254,4 @@ public class MovieService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user