Change duty hours model

This commit is contained in:
Mieszko Wrzeszczyński 2018-12-16 22:46:44 +01:00
parent 9d82261be9
commit df1b380152

View File

@ -97,9 +97,7 @@ public class DutyHourViewModel {
public String getSummary() {
return this.getDay() + ": " + this.getStart() + " - " + this.getEnd();
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();