Avoid the use of deprecated method
FEA: ItEr62S05BugFixing
This commit is contained in:
parent
c9de53aeb1
commit
ee8dca196c
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ public class GenericDayAssignment extends DayAssignment {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString() + " hours: " + getHours();
|
||||
return super.toString() + " duration: " + getDuration();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue