Commit 55c5da2e authored by yanzg's avatar yanzg

升级新版本

parent b3a81e83
...@@ -85,6 +85,10 @@ public class YzgTimeout { ...@@ -85,6 +85,10 @@ public class YzgTimeout {
} }
private static void init() { private static void init() {
if (executorService != null) {
return;
}
synchronized (YzgTimeout.class) { synchronized (YzgTimeout.class) {
if (executorService != null) { if (executorService != null) {
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment