Skip to content

Commit 8073d85

Browse files
committed
fix: removed getSalary method
1 parent 2e0e6a9 commit 8073d85

File tree

1 file changed

+0
-5
lines changed
  • lesson_15/tdd/tdd_app/src/main/java/com/codedifferently/lesson15

1 file changed

+0
-5
lines changed

lesson_15/tdd/tdd_app/src/main/java/com/codedifferently/lesson15/Employee.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ public void setSalary(double salary) {
4646
this.salary = salary;
4747
}
4848

49-
public boolean containsKey(Object id2) {
50-
// TODO Auto-generated method stub
51-
throw new UnsupportedOperationException("Unimplemented method 'containsKey'");
52-
}
53-
5449
public Employee getDetails(Employee employee) {
5550
return employee;
5651
}

0 commit comments

Comments
 (0)