diff options
Diffstat (limited to 'libjava/classpath/javax/rmi/CORBA/ValueHandler.java')
-rw-r--r-- | libjava/classpath/javax/rmi/CORBA/ValueHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/javax/rmi/CORBA/ValueHandler.java b/libjava/classpath/javax/rmi/CORBA/ValueHandler.java index c4213efdcfb..acc44aa2f4a 100644 --- a/libjava/classpath/javax/rmi/CORBA/ValueHandler.java +++ b/libjava/classpath/javax/rmi/CORBA/ValueHandler.java @@ -114,7 +114,7 @@ public interface ValueHandler * When the value provides the writeReplace method, the result of this method * is written. Otherwise, the value itself is written. * - * @param the value that should be written to the stream. + * @param value the value that should be written to the stream. * * @return the value that will be actually written to the stream. */ |