This commit is contained in:
Shu Lei
2007-11-29 22:59:09 +00:00
parent 89e4f9cc02
commit d7e0aeaac5

View File

@@ -148,7 +148,7 @@ public class DebugSupportImpl extends DebugSupport {
new Thread(clientConnectionTask).start(); new Thread(clientConnectionTask).start();
} }
} }
} finally { } catch (IOException e) {
dispose(); dispose();
} }
} }