Commit 3ef1b5b3 authored by yanzg's avatar yanzg

修改实例化关系

parent 3e9b06c8
...@@ -144,8 +144,6 @@ public class CacheLock implements Runnable { ...@@ -144,8 +144,6 @@ public class CacheLock implements Runnable {
if (this.func != null) { if (this.func != null) {
func.run(); func.run();
} }
} catch (Exception ex) {
ex.printStackTrace();
} finally { } finally {
runFlag = true; runFlag = true;
} }
......
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