-
Notifications
You must be signed in to change notification settings - Fork 25
Feat: Adds for Lesson15.java Files for Nile Jackson #497
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
These are not my current changes, I will add corrected files after resolving a merge conflict I am currently dealing with. |
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.
There should be no changes to this file.
@@ -45,4 +45,24 @@ public double getSalary() { | |||
public void setSalary(double salary) { | |||
this.salary = salary; | |||
} | |||
|
|||
public boolean isEqualTo(int otherId) { |
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.
Only needed to implement the getDetails
method.
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.
File should be named EmployeeTest.java
.
No description provided.