diff options
Diffstat (limited to 'java/demo/Ice/nested/NestedClient.java')
-rw-r--r-- | java/demo/Ice/nested/NestedClient.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/demo/Ice/nested/NestedClient.java b/java/demo/Ice/nested/NestedClient.java index 741313db156..6e0d664516c 100644 --- a/java/demo/Ice/nested/NestedClient.java +++ b/java/demo/Ice/nested/NestedClient.java @@ -39,8 +39,8 @@ class NestedClient extends Ice.Application adapter.add(new NestedI(self), Ice.Util.stringToIdentity("nestedClient")); adapter.activate(); - System.out.println("Note: The maximum nesting level is (sz - 1) * 2, with sz"); - System.out.println("being the number of threads in the server thread pool. If"); + System.out.println("Note: The maximum nesting level is sz * 2, with sz being"); + System.out.println("the maximum number of threads in the server thread pool. If"); System.out.println("you specify a value higher than that, the application will"); System.out.println("block or timeout."); System.out.println(); |