MCPcopy Create free account
hub / github.com/defineYIDA/LWebServer / UUIDUtil

Class UUIDUtil

src/main/java/cn/lws/server/util/UUIDUtil.java:8–12  ·  view source on GitHub ↗

Created by zl on 2019/03/01.

Source from the content-addressed store, hash-verified

6 * Created by zl on 2019/03/01.
7 */
8public class UUIDUtil {
9 public static String uuid(){
10 return UUID.randomUUID().toString().replace("-","").toUpperCase();
11 }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected