summaryrefslogtreecommitdiff
path: root/org/omg/CORBA/portable/StreamableValue.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/CORBA/portable/StreamableValue.java')
-rw-r--r--org/omg/CORBA/portable/StreamableValue.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/omg/CORBA/portable/StreamableValue.java b/org/omg/CORBA/portable/StreamableValue.java
index ce9b2ca28..7ab61a6d4 100644
--- a/org/omg/CORBA/portable/StreamableValue.java
+++ b/org/omg/CORBA/portable/StreamableValue.java
@@ -1,5 +1,5 @@
/* StreamableValue.java --
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -44,7 +44,7 @@ import java.io.Serializable;
* If the value type does not provide the user defined methods for reading
* and writing its content, it must implement this interface for reading
* and writing the content in a default way. This is done by implementing
- * the {@link Streamable#read} and {@link Streamable#write}. IDL compiler
+ * the {@link Streamable#_read} and {@link Streamable#_write}. IDL compiler
* should generate the implementation of this interface automatically.
*
* @see CustomValue for specifying the user-defined io methods.