Remove Exception from IOS.onInit()
This commit is contained in:
committed by
Artem Bilan
parent
81b4ea1bef
commit
113a371f2c
@@ -80,7 +80,7 @@ public class JmsInboundGateway extends MessagingGatewaySupport implements Dispos
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onInit() throws Exception {
|
||||
protected void onInit() {
|
||||
this.endpoint.afterPropertiesSet();
|
||||
}
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ public class SubscribableJmsChannel extends AbstractJmsChannel
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onInit() throws Exception {
|
||||
public void onInit() {
|
||||
if (this.initialized) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user