ARTEMIS-1333 oops
This commit is contained in:
parent
8cef53f39d
commit
69e345f291
|
@ -1240,9 +1240,6 @@ public class ServerSessionImpl implements ServerSession, FailureListener {
|
|||
if (closed)
|
||||
return;
|
||||
|
||||
if (failed) {
|
||||
|
||||
}
|
||||
context.executeOnCompletion(new IOCallback() {
|
||||
@Override
|
||||
public void onError(int errorCode, String errorMessage) {
|
||||
|
|
Loading…
Reference in New Issue