mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
Added misssing reconnect() method of SimpleMageClient.
This commit is contained in:
parent
23e1f9196c
commit
411a0ae7ed
1 changed files with 5 additions and 0 deletions
|
|
@ -42,6 +42,11 @@ 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