summaryrefslogtreecommitdiff
path: root/java/src/Ice/CommunicatorI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/CommunicatorI.java')
-rw-r--r--java/src/Ice/CommunicatorI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/Ice/CommunicatorI.java b/java/src/Ice/CommunicatorI.java
index 403b4bb9210..df1fda37f88 100644
--- a/java/src/Ice/CommunicatorI.java
+++ b/java/src/Ice/CommunicatorI.java
@@ -266,7 +266,7 @@ final class CommunicatorI extends LocalObjectImpl implements Communicator
public void
flushBatchRequests()
{
- // TODO: implement this.
+ _instance.flushBatchRequests();
}
CommunicatorI(StringSeqHolder args, Properties properties)