update at 2021-01-18 16:17:14 by ehlxr

This commit is contained in:
2021-01-18 16:17:14 +08:00
parent 55dd9517b1
commit 1ff60d6808
9 changed files with 42 additions and 42 deletions

View File

@@ -6,7 +6,7 @@ import java.util.concurrent.atomic.AtomicInteger;
* @author ehlxr
*/
public class SdkProto {
private static AtomicInteger requestId = new AtomicInteger(0);
private static final AtomicInteger requestId = new AtomicInteger(0);
/**
* 请求的ID