Commit 2d83610c authored by yanzg's avatar yanzg

修复等待时间

parent f37cea7b
...@@ -38,8 +38,6 @@ public class YzgTimeout { ...@@ -38,8 +38,6 @@ public class YzgTimeout {
} while (!isRun.value); } while (!isRun.value);
} catch (Exception ex) { } catch (Exception ex) {
ex.printStackTrace(); ex.printStackTrace();
} finally {
Log.info(cls, message + "完成");
} }
}); });
runnable.run(); runnable.run();
......
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