Kaydet (Commit) c823e4b0 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS qadev21 (1.6.4); FILE MERGED

2005/02/21 14:26:44 lla 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED
2005/01/11 13:07:44 lla 1.6.4.1: #i31243# fix a hungup
üst 3fc69424
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ProcessHandler.java,v $ * $RCSfile: ProcessHandler.java,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Date: 2005-02-02 13:56:23 $ * last change: $Date: 2005-02-24 17:22:10 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -420,11 +420,11 @@ public class ProcessHandler { ...@@ -420,11 +420,11 @@ public class ProcessHandler {
proc.destroy(); proc.destroy();
log.println("Process has been destroyed!"); log.println("Process has been destroyed!");
} }
// Removed as hung up in SDK test 'PathSettings'
try { // try {
stdout.join(); // stdout.join();
stderr.join(); // stderr.join();
} catch (InterruptedException e) {} // } catch (InterruptedException e) {}
return isFinished() ; return isFinished() ;
} }
......
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