diff options
Diffstat (limited to 'java/src/Ice/ObjectInputStream.java')
-rw-r--r-- | java/src/Ice/ObjectInputStream.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/Ice/ObjectInputStream.java b/java/src/Ice/ObjectInputStream.java index 409f7781520..fd15d230b80 100644 --- a/java/src/Ice/ObjectInputStream.java +++ b/java/src/Ice/ObjectInputStream.java @@ -10,8 +10,8 @@ package Ice; /** - * For desrialization of Slice types that contain a proxy, the application - * must instantiate (of subclass) <code>ObjectInputStream</code> and supply + * For deserialization of Slice types that contain a proxy, the application + * must instantiate a subclass of <code>ObjectInputStream</code> and supply * a communicator that is used to reconstruct the proxy. **/ public class ObjectInputStream extends java.io.ObjectInputStream |