mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
fixed auto reconnect feature
This commit is contained in:
parent
7e7a17e1d7
commit
2b8afe379a
6 changed files with 12 additions and 34 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue