GH-793 - Fixing assertion message in HourHasPassed.
This commit is contained in:
committed by
Oliver Drotbohm
parent
d4fc976c93
commit
86eae791d1
@@ -40,7 +40,7 @@ public class HourHasPassed implements DomainEvent {
|
||||
*/
|
||||
private HourHasPassed(LocalDateTime time) {
|
||||
|
||||
Assert.notNull(time, "YearMonth must not be null!");
|
||||
Assert.notNull(time, "LocalDateTime must not be null!");
|
||||
|
||||
this.time = time;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user