Skip to content

Commit

Permalink
use jdk ThreadLocalRandom (#2686)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyir authored Oct 25, 2023
1 parent 85244e9 commit d2b358b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 273 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import java.util.Set;
import java.util.StringTokenizer;
import java.util.TreeSet;
import java.util.concurrent.ThreadLocalRandom;

import com.alibaba.arthas.deps.org.slf4j.Logger;
import com.alibaba.arthas.deps.org.slf4j.LoggerFactory;
Expand Down
271 changes: 0 additions & 271 deletions core/src/main/java/com/taobao/arthas/core/util/ThreadLocalRandom.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

import java.util.concurrent.atomic.AtomicLong;
import java.util.concurrent.atomic.AtomicLongArray;

import com.taobao.arthas.core.util.ThreadLocalRandom;
import java.util.concurrent.ThreadLocalRandom;

/**
* <pre>
Expand Down

0 comments on commit d2b358b

Please sign in to comment.