mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -30,7 +30,7 @@ public class UUIDTest {
|
||||
final Set<String> set = new ConcurrentHashSet<>(100);
|
||||
ThreadUtil.concurrencyTest(100, ()-> set.add(UUID.fastUUID().toString()));
|
||||
Assertions.assertEquals(100, set.size());
|
||||
Console.log(set);
|
||||
//Console.log(set);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user