summaryrefslogtreecommitdiff
path: root/java-compat/src/Ice/src/main/java/Ice/ConnectionI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java-compat/src/Ice/src/main/java/Ice/ConnectionI.java')
-rw-r--r--java-compat/src/Ice/src/main/java/Ice/ConnectionI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java-compat/src/Ice/src/main/java/Ice/ConnectionI.java b/java-compat/src/Ice/src/main/java/Ice/ConnectionI.java
index 574b09ff77c..b08df57d424 100644
--- a/java-compat/src/Ice/src/main/java/Ice/ConnectionI.java
+++ b/java-compat/src/Ice/src/main/java/Ice/ConnectionI.java
@@ -2143,7 +2143,7 @@ public final class ConnectionI extends IceInternal.EventHandler
setState(StateClosingPending);
//
- // Notify the the transceiver of the graceful connection closure.
+ // Notify the transceiver of the graceful connection closure.
//
int op = _transceiver.closing(true, _exception);
if(op != 0)
@@ -2683,7 +2683,7 @@ public final class ConnectionI extends IceInternal.EventHandler
setState(StateClosingPending, new CloseConnectionException());
//
- // Notify the the transceiver of the graceful connection closure.
+ // Notify the transceiver of the graceful connection closure.
//
int op = _transceiver.closing(false, _exception);
if(op != 0)