TSK-1143C mismatch between forward and backward calculation between planned and due
This commit is contained in:
parent
6ea69f6dae
commit
df31b8f8ce
|
|
@ -60,7 +60,7 @@ public final class DaysToWorkingDaysConverter {
|
||||||
throws InvalidArgumentException {
|
throws InvalidArgumentException {
|
||||||
|
|
||||||
if (referenceDate == null) {
|
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);
|
return new DaysToWorkingDaysConverter(referenceDate);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue