ARTEMIS-1333 oops

This commit is contained in:
Clebert Suconic 2017-08-10 21:46:27 -04:00
parent 8cef53f39d
commit 69e345f291
1 changed files with 0 additions and 3 deletions

View File

@ -1240,9 +1240,6 @@ public class ServerSessionImpl implements ServerSession, FailureListener {
if (closed) if (closed)
return; return;
if (failed) {
}
context.executeOnCompletion(new IOCallback() { context.executeOnCompletion(new IOCallback() {
@Override @Override
public void onError(int errorCode, String errorMessage) { public void onError(int errorCode, String errorMessage) {