Remove Exception from IOS.onInit()
This commit is contained in:
committed by
Artem Bilan
parent
81b4ea1bef
commit
113a371f2c
@@ -156,7 +156,7 @@ public class JdbcMessageHandler extends AbstractMessageHandler {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onInit() throws Exception {
|
||||
protected void onInit() {
|
||||
super.onInit();
|
||||
Assert.state(!(this.sqlParameterSourceFactory != null && this.preparedStatementSetter != null),
|
||||
"'sqlParameterSourceFactory' and 'preparedStatementSetter' are mutually exclusive.");
|
||||
|
||||
Reference in New Issue
Block a user