Created by zl on 2019/03/01.
| 6 | * Created by zl on 2019/03/01. |
| 7 | */ |
| 8 | public class UUIDUtil { |
| 9 | public static String uuid(){ |
| 10 | return UUID.randomUUID().toString().replace("-","").toUpperCase(); |
| 11 | } |
| 12 | } |
nothing calls this directly
no outgoing calls
no test coverage detected