DATACMNS-985 - Remove references to single-argument assertion methods.
This commit is contained in:
committed by
Oliver Gierke
parent
49817278b7
commit
3e048a6dca
@@ -82,7 +82,7 @@ public class AuditingHandler implements InitializingBean {
|
||||
*/
|
||||
public void setAuditorAware(final AuditorAware<?> auditorAware) {
|
||||
|
||||
Assert.notNull(auditorAware);
|
||||
Assert.notNull(auditorAware, "AuditorAware must not be null!");
|
||||
this.auditorAware = auditorAware;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user