Edit Bouns
This commit is contained in:
@@ -25,11 +25,8 @@ public class Main {
|
||||
|
||||
break;
|
||||
|
||||
case 3:
|
||||
// TODO: Get page number from user, then call movieService.displayAllMovies()
|
||||
break;
|
||||
|
||||
case 4:
|
||||
case 3:
|
||||
// TODO (BONUS): Get movie ID from user, then call movieService.displayMovieDetails()
|
||||
|
||||
|
||||
@@ -61,8 +58,7 @@ public class Main {
|
||||
System.out.println("================================");
|
||||
System.out.println("1. Get all genres");
|
||||
System.out.println("2. Get movies by genre ID");
|
||||
System.out.println("3. Get all movies");
|
||||
System.out.println("4. Get movie details by ID");
|
||||
System.out.println("3. Get movie details by ID");
|
||||
System.out.println("0. Exit");
|
||||
System.out.println("================================");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user