removed unused method from MageClient interface

This commit is contained in:
North 2014-04-05 16:47:14 +03:00
parent a4f73a9fde
commit af345ac299
3 changed files with 0 additions and 13 deletions

View file

@ -57,12 +57,6 @@ public class MultiConnectTest {
session.connect(connection);
}
@Override
public UUID getId() {
logger.info("getId");
return null;
}
@Override
public MageVersion getVersion() {
logger.info("getVersion");