Revert code which wasn't meant to be commited.
This commit is contained in:
parent
290e31b4c5
commit
00352f585a
@ -6,8 +6,6 @@ import java.math.BigInteger;
|
||||
import java.net.InetSocketAddress;
|
||||
import java.net.URLEncoder;
|
||||
import java.security.MessageDigest;
|
||||
import java.util.Date;
|
||||
import java.util.UUID;
|
||||
import java.util.logging.Level;
|
||||
import javax.crypto.SecretKey;
|
||||
import lombok.Getter;
|
||||
@ -307,10 +305,6 @@ public class InitialHandler extends PacketHandler implements PendingConnection
|
||||
if ( obj != null )
|
||||
{
|
||||
UUID = obj.getId();
|
||||
UUID = UUID.substring(0, 8) + "-" + UUID.substring(8, 12) + "-" + UUID.substring(12, 16) + "-" + UUID.substring(16, 20) + "-" + UUID.substring(20, 32);
|
||||
java.util.UUID u = java.util.UUID.fromString( UUID );
|
||||
System.out.println( u.version() );
|
||||
System.out.println( new Date(u.clockSequence()) );
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user