fixed build

This commit is contained in:
North 2014-04-05 21:06:40 +03:00
parent e46399c1e0
commit 479f12f4b7
2 changed files with 0 additions and 10 deletions

View file

@ -220,11 +220,6 @@ public class ConsoleFrame extends javax.swing.JFrame implements MageClient {
private javax.swing.JLabel lblStatus;
// End of variables declaration//GEN-END:variables
@Override
public UUID getId() {
return null;
}
@Override
public void connected(final String message) {
if (SwingUtilities.isEventDispatchThread()) {

View file

@ -27,11 +27,6 @@ public class SimpleMageClient implements MageClient {
callbackClient = new LoadCallbackClient();
}
@Override
public UUID getId() {
return clientId;
}
@Override
public MageVersion getVersion() {
return version;