summaryrefslogtreecommitdiff
path: root/java/demo/Ice/async
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-02-21 23:29:09 +0000
committerMark Spruiell <mes@zeroc.com>2007-02-21 23:29:09 +0000
commitc1de9ba07235ba31510497267d9a321374e573dd (patch)
tree92971c4f285d7f72e68a9b39deae42e01d85e363 /java/demo/Ice/async
parentmore minor edits (diff)
downloadice-c1de9ba07235ba31510497267d9a321374e573dd.tar.bz2
ice-c1de9ba07235ba31510497267d9a321374e573dd.tar.xz
ice-c1de9ba07235ba31510497267d9a321374e573dd.zip
minor edits
Diffstat (limited to 'java/demo/Ice/async')
-rw-r--r--java/demo/Ice/async/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/Ice/async/README b/java/demo/Ice/async/README
index bef4df5d1fd..875f851a8d6 100644
--- a/java/demo/Ice/async/README
+++ b/java/demo/Ice/async/README
@@ -13,5 +13,5 @@ The demo invocation can either have a short response time or require a
significant amount of time to complete. For the long running request
the client uses AMI and the server uses AMD plus a worker thread to
process the request. While a long request is processing, short
-requests are still able to processed and more long requests can be
+requests are still able to be processed and more long requests can be
queued for processing by the worker thread.