diff options
author | Marc Laukien <marc@zeroc.com> | 2003-03-07 21:01:54 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-03-07 21:01:54 +0000 |
commit | 32f22b8e2fc7aa3e889d719ef4b9e658d1a9ba27 (patch) | |
tree | 0af1f0e23cf7cf78671e157888d8f23c51e97f8f /java/demo/Ice/nested/NestedClient.java | |
parent | internal changes (diff) | |
download | ice-32f22b8e2fc7aa3e889d719ef4b9e658d1a9ba27.tar.bz2 ice-32f22b8e2fc7aa3e889d719ef4b9e658d1a9ba27.tar.xz ice-32f22b8e2fc7aa3e889d719ef4b9e658d1a9ba27.zip |
internal changes
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(); |