diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-05-02 03:27:07 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-05-02 03:27:07 +0000 |
commit | 5f342d668a30647b7d7182b4b296e65f7cfc2b07 (patch) | |
tree | 53f13aa7e79a77da4ca6133cf170812d3995d8b2 /java/demo/Ice/nested/NestedClient.java | |
parent | adding assertions (diff) | |
download | ice-5f342d668a30647b7d7182b4b296e65f7cfc2b07.tar.bz2 ice-5f342d668a30647b7d7182b4b296e65f7cfc2b07.tar.xz ice-5f342d668a30647b7d7182b4b296e65f7cfc2b07.zip |
align with C++ changes for thread pool, properties, plug-ins
Diffstat (limited to 'java/demo/Ice/nested/NestedClient.java')
-rw-r--r-- | java/demo/Ice/nested/NestedClient.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/demo/Ice/nested/NestedClient.java b/java/demo/Ice/nested/NestedClient.java index f1a292c5180..9f4ffbce8d3 100644 --- a/java/demo/Ice/nested/NestedClient.java +++ b/java/demo/Ice/nested/NestedClient.java @@ -36,9 +36,9 @@ class NestedClient extends Ice.Application 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 thread pool. if you"); - System.out.println("specify a value higher than that, the application will block"); - System.out.println("or timeout."); + System.out.println("being the 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(); java.io.BufferedReader in = new java.io.BufferedReader(new java.io.InputStreamReader(System.in)); |