summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2019-06-21 17:08:09 -0400
committerBernard Normier <bernard@zeroc.com>2019-06-21 17:08:09 -0400
commit30fdfad44729bd17d62f4c05d67ae0ad269892fb (patch)
treea0d21296d0a64869d9720aa8a412089771448f28 /js
parentRemoved outdated comment. Fixes #369. (diff)
downloadice-30fdfad44729bd17d62f4c05d67ae0ad269892fb.tar.bz2
ice-30fdfad44729bd17d62f4c05d67ae0ad269892fb.tar.xz
ice-30fdfad44729bd17d62f4c05d67ae0ad269892fb.zip
Fixed incorrect comment for ice_flushBatchRequestsAsync. Fixes #379.
Diffstat (limited to 'js')
-rw-r--r--js/src/Ice/ObjectPrx.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Ice/ObjectPrx.d.ts b/js/src/Ice/ObjectPrx.d.ts
index a377f92c4fb..5c5effe4999 100644
--- a/js/src/Ice/ObjectPrx.d.ts
+++ b/js/src/Ice/ObjectPrx.d.ts
@@ -380,7 +380,7 @@ declare module "ice"
ice_isConnectionCached():boolean;
/**
- * Flushes any pending batched requests for this communicator. The call blocks until the flush is complete.
+ * Flushes any pending batched requests for this communicator.
* @return The asynchronous result object for the invocation.
*/
ice_flushBatchRequests():AsyncResult<void>;