mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
fixed build
This commit is contained in:
parent
e46399c1e0
commit
479f12f4b7
2 changed files with 0 additions and 10 deletions
|
@ -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()) {
|
||||
|
|
|
@ -27,11 +27,6 @@ public class SimpleMageClient implements MageClient {
|
|||
callbackClient = new LoadCallbackClient();
|
||||
}
|
||||
|
||||
@Override
|
||||
public UUID getId() {
|
||||
return clientId;
|
||||
}
|
||||
|
||||
@Override
|
||||
public MageVersion getVersion() {
|
||||
return version;
|
||||
|
|
Loading…
Reference in a new issue