summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/Transceiver.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceInternal/Transceiver.java')
-rw-r--r--java/src/IceInternal/Transceiver.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceInternal/Transceiver.java b/java/src/IceInternal/Transceiver.java
index e04eac5689b..260d59bde77 100644
--- a/java/src/IceInternal/Transceiver.java
+++ b/java/src/IceInternal/Transceiver.java
@@ -19,10 +19,10 @@ public interface Transceiver
// NOTE: In Java, write() can raise LocalExceptionWrapper to indicate that
// retrying may not be safe, which is necessary to address an issue
// in the IceSSL implementation for JDK 1.4. We can remove this if
- // we ever drop support for JDK 1.4 (also see Ice.ConnectionI).
+ // we ever drop support for JDK 1.4 (also see Ice.ConnectionI).
//
void write(BasicStream stream, int timeout)
- throws LocalExceptionWrapper;
+ throws LocalExceptionWrapper;
//
// NOTE: In Java, read() returns a boolean to indicate whether the transceiver
// has read more data than requested.