Remove reference to 1.6.1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091726 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab72984080
commit
c51837c73e
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ public class CalculatorServer {
|
|||
node.stop();
|
||||
System.out.println("Bye");
|
||||
|
||||
// The following line is a workaround for TUSCANY-3277 when running
|
||||
// on Tuscany SCA 1.6.1 (the JVM hangs when exiting).
|
||||
// The following line is a workaround for TUSCANY-3277 (the JVM hangs when exiting).
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue