fixed auto reconnect feature

This commit is contained in:
North 2014-05-28 08:35:10 +03:00
parent 7e7a17e1d7
commit 2b8afe379a
6 changed files with 12 additions and 34 deletions

View file

@ -42,11 +42,6 @@ public class SimpleMageClient implements MageClient {
// do nothing
}
@Override
public void reconnect() {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
@Override
public void showMessage(String message) {
log.info(message);