fix: add more detailed comments in MovieService
This commit is contained in:
@@ -153,19 +153,21 @@ public class MovieService {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* EXAMPLE OUTPUT:
|
/* EXAMPLE OUTPUT:
|
||||||
* =======================================================================
|
|
||||||
* THE SHAWSHANK REDEMPTION (1994)
|
=======================================================================
|
||||||
* =======================================================================
|
THE SHAWSHANK REDEMPTION (1994)
|
||||||
* Rating: 9.3/10 | Votes: 1,738,596
|
=======================================================================
|
||||||
* Director: Frank Darabont
|
Rating: 9.3/10 | Votes: 1,738,596
|
||||||
* Cast: Tim Robbins, Morgan Freeman, Bob Gunton, William Sadler
|
Director: Frank Darabont
|
||||||
* Genre: Crime, Drama
|
Cast: Tim Robbins, Morgan Freeman, Bob Gunton, William Sadler
|
||||||
* Runtime: 142 min | Rated: R
|
Genre: Crime, Drama
|
||||||
* Country: USA | Released: 14 Oct 1994
|
Runtime: 142 min | Rated: R
|
||||||
* Plot: Two imprisoned men bond over a number of years, finding
|
Country: USA | Released: 14 Oct 1994
|
||||||
* solace and eventual redemption through acts of common decency.
|
Plot: Two imprisoned men bond over a number of years, finding
|
||||||
* Awards: Nominated for 7 Oscars. Another 19 wins & 30 nominations.
|
solace and eventual redemption through acts of common decency.
|
||||||
* =======================================================================
|
Awards: Nominated for 7 Oscars. Another 19 wins & 30 nominations.
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public void displayMovieDetails(Long movieId) {
|
public void displayMovieDetails(Long movieId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user