Closed
Description
Iwein Fuld opened BATCH-1337 and commented
public void afterPropertiesSet() throws Exception {
Assert.notNull(lineMapper, "LineMapper is required");
}
Should use Assert.state instead imo.
Affects: 2.0.1
Iwein Fuld opened BATCH-1337 and commented
public void afterPropertiesSet() throws Exception {
Assert.notNull(lineMapper, "LineMapper is required");
}
Should use Assert.state instead imo.
Affects: 2.0.1