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 6a59629 commit f96daa2Copy full SHA for f96daa2
lesson_15/tdd/tdd_app/src/main/java/com/codedifferently/lesson15/Employee.java
@@ -51,7 +51,7 @@ public void details(){
51
}
52
53
public String getDetails(){
54
- return "The employee, " +name+ " in " +department+ " with the id of " +id+ " has a salary of " +salary+ " .";
+ return "The employee, " +name+ " in " +department+ " with the ID of " +id+ " has a salary of " +salary+ " .";
55
56
57
0 commit comments