562935844@qq.com
2023-10-18 c1e8d3a7709295a52814378e73a68e1e1fd20da6
HDLSDK/hdl-common/src/main/java/com/hdl/sdk/common/utils/ThreadToolUtils.java
@@ -20,12 +20,13 @@
    private ThreadToolUtils() {
    }
    private static class SingletonInstance {
        private static final ThreadToolUtils INSTANCE = new ThreadToolUtils();
    }
//    private static class SingletonInstance {
//    }
    private static final ThreadToolUtils instance = new ThreadToolUtils();
    public static ThreadToolUtils getInstance() {
        return SingletonInstance.INSTANCE;
        return instance;
    }