mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
* Release Mage 1.1.0 final
This commit is contained in:
parent
dabcc50fb6
commit
d6c1075125
7 changed files with 97 additions and 41 deletions
|
|
@ -1,5 +1,6 @@
|
|||
package org.mage.test.load;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.interfaces.MageClient;
|
||||
import mage.interfaces.callback.CallbackClient;
|
||||
import mage.interfaces.callback.ClientCallback;
|
||||
|
|
@ -7,8 +8,6 @@ import mage.remote.Session;
|
|||
import mage.utils.MageVersion;
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* For tests only
|
||||
*
|
||||
|
|
@ -17,7 +16,7 @@ import java.util.UUID;
|
|||
public class SimpleMageClient implements MageClient {
|
||||
|
||||
private UUID clientId;
|
||||
private static final MageVersion version = new MageVersion(1, 1, 0, "dev");
|
||||
private static final MageVersion version = new MageVersion(1, 1, 0, "");
|
||||
|
||||
private static final transient Logger log = Logger.getLogger(SimpleMageClient.class);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue