We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0e6a9 commit 8073d85Copy full SHA for 8073d85
lesson_15/tdd/tdd_app/src/main/java/com/codedifferently/lesson15/Employee.java
@@ -46,11 +46,6 @@ public void setSalary(double salary) {
46
this.salary = salary;
47
}
48
49
- public boolean containsKey(Object id2) {
50
- // TODO Auto-generated method stub
51
- throw new UnsupportedOperationException("Unimplemented method 'containsKey'");
52
- }
53
-
54
public Employee getDetails(Employee employee) {
55
return employee;
56
0 commit comments