Skip to content

Commit f96daa2

Browse files
author
AmiyahJo
committed
chore: spelling change 'id' to 'ID'
1 parent 6a59629 commit f96daa2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void details(){
5151
}
5252

5353
public String getDetails(){
54-
return "The employee, " +name+ " in " +department+ " with the id of " +id+ " has a salary of " +salary+ " .";
54+
return "The employee, " +name+ " in " +department+ " with the ID of " +id+ " has a salary of " +salary+ " .";
5555
}
5656

5757
}

0 commit comments

Comments
 (0)