mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
* Simplified version info handling.
This commit is contained in:
parent
c397a8eac2
commit
d4592b2ee2
6 changed files with 21 additions and 16 deletions
|
|
@ -15,12 +15,12 @@ import org.apache.log4j.Logger;
|
|||
*/
|
||||
public class SimpleMageClient implements MageClient {
|
||||
|
||||
private UUID clientId;
|
||||
private static final MageVersion version = new MageVersion(1, 3, 0, "");
|
||||
private final UUID clientId;
|
||||
private static final MageVersion version = new MageVersion(1, 3, 0, MageVersion.MAGE_VERSION_INFO);
|
||||
|
||||
private static final transient Logger log = Logger.getLogger(SimpleMageClient.class);
|
||||
|
||||
private CallbackClient callbackClient;
|
||||
private final CallbackClient callbackClient;
|
||||
|
||||
public SimpleMageClient() {
|
||||
clientId = UUID.randomUUID();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue