diff options
Diffstat (limited to 'java/src/Ice/ConnectionI.java')
-rw-r--r-- | java/src/Ice/ConnectionI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/Ice/ConnectionI.java b/java/src/Ice/ConnectionI.java index c835e398735..b304efa82b5 100644 --- a/java/src/Ice/ConnectionI.java +++ b/java/src/Ice/ConnectionI.java @@ -3076,7 +3076,7 @@ public final class ConnectionI extends IceInternal.EventHandler implements Conne // // This is similar to a mutex lock in that the flag is // only true for a short time period. As such we don't permit the - // wait to be interrupted. Instead the interrupted status is saved\ + // wait to be interrupted. Instead the interrupted status is saved // and restored. // boolean interrupted = false; |