-
Notifications
You must be signed in to change notification settings - Fork 25
feat: Added Zion's Movie Object and Test to lesson_16 #528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start, Zion. Little more work to do but you're getting there!
lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/movie/Movie.java
Outdated
Show resolved
Hide resolved
lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/movie/Movie.java
Show resolved
Hide resolved
lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/movie/releaseYear.java
Outdated
Show resolved
Hide resolved
lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/movie/MovieRating.java
Show resolved
Hide resolved
} | ||
} | ||
|
||
class actorNotAvailableException extends Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ActorNotAvailableException
|
||
import java.util.ArrayList; | ||
|
||
public class Lunch { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably didn't mean to leave this here given the tests.
No description provided.