Commit 78f65f79 by xueli.xue

clean code

parent 6a48d441
...@@ -26,7 +26,6 @@ public class JobRegistryHelper { ...@@ -26,7 +26,6 @@ public class JobRegistryHelper {
Thread registryThread = new Thread(new Runnable() { Thread registryThread = new Thread(new Runnable() {
@Override @Override
public void run() { public void run() {
int timeout = 15;
while (true) { while (true) {
try { try {
// registry admin // registry admin
......
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 sign in to comment