remove a test main.
This commit is contained in:
parent
a656eefcb8
commit
5902154ae6
|
|
@ -39,8 +39,4 @@ public final class TraceIdGenerator {
|
|||
Constants.SDK_VERSION + "", System.currentTimeMillis() + "", PROCESS_UUID + "",
|
||||
MachineInfo.getProcessNo() + "", Thread.currentThread().getId() + "", seq + "");
|
||||
}
|
||||
|
||||
public static void main(String[] args){
|
||||
System.out.printf(generate());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue