From 09eabfe43746b4db696223a426197e6196e1efce Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Mon, 20 Jul 2009 13:16:17 +1000 Subject: Bug 3502 - Improve javadoc support in Eclipse Fixed many doc comments in Java and Slice and added doc comments for C#. --- java/src/Ice/ObjectInputStream.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/src/Ice/ObjectInputStream.java') 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) ObjectInputStream and supply + * For deserialization of Slice types that contain a proxy, the application + * must instantiate a subclass of ObjectInputStream and supply * a communicator that is used to reconstruct the proxy. **/ public class ObjectInputStream extends java.io.ObjectInputStream -- cgit v1.2.3