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:
nash 2011-04-13 10:10:58 +00:00
parent ab72984080
commit c51837c73e

View file

@ -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);
}