mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +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;
|
private javax.swing.JLabel lblStatus;
|
||||||
// End of variables declaration//GEN-END:variables
|
// End of variables declaration//GEN-END:variables
|
||||||
|
|
||||||
@Override
|
|
||||||
public UUID getId() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void connected(final String message) {
|
public void connected(final String message) {
|
||||||
if (SwingUtilities.isEventDispatchThread()) {
|
if (SwingUtilities.isEventDispatchThread()) {
|
||||||
|
|
|
@ -27,11 +27,6 @@ public class SimpleMageClient implements MageClient {
|
||||||
callbackClient = new LoadCallbackClient();
|
callbackClient = new LoadCallbackClient();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public UUID getId() {
|
|
||||||
return clientId;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public MageVersion getVersion() {
|
public MageVersion getVersion() {
|
||||||
return version;
|
return version;
|
||||||
|
|
Loading…
Reference in a new issue