diff options
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)); |