TSK-1143C mismatch between forward and backward calculation between planned and due

This commit is contained in:
BerndBreier 2020-03-20 16:48:35 +01:00
parent 6ea69f6dae
commit df31b8f8ce
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public final class DaysToWorkingDaysConverter {
throws InvalidArgumentException {
if (referenceDate == null) {
throw new InvalidArgumentException("ReferenceDate can´t be used as NULL-Parameter");
throw new InvalidArgumentException("ReferenceDate cannot be used as NULL-Parameter");
}
return new DaysToWorkingDaysConverter(referenceDate);