minor fix
This commit is contained in:
parent
10599e15be
commit
0d0f53f10d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class Lab4 {
|
|||
|
||||
@Override
|
||||
public void stop(Employee emp) {
|
||||
System.out.println(emp.getName() + " закончил работать. Баланс: " + emp.getMoney());
|
||||
System.out.println(emp.getName() + " закончил работать");
|
||||
}
|
||||
});
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue