summaryrefslogtreecommitdiff
path: root/org/omg/CORBA/CustomValue.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/CORBA/CustomValue.java')
-rw-r--r--org/omg/CORBA/CustomValue.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/org/omg/CORBA/CustomValue.java b/org/omg/CORBA/CustomValue.java
index 0e5809fd6..6814ab3c5 100644
--- a/org/omg/CORBA/CustomValue.java
+++ b/org/omg/CORBA/CustomValue.java
@@ -1,5 +1,5 @@
/* CustomValue.java --
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -38,6 +38,7 @@ exception statement from your version. */
package org.omg.CORBA;
+import org.omg.CORBA.portable.StreamableValue;
import org.omg.CORBA.portable.ValueBase;
/**
@@ -50,7 +51,7 @@ import org.omg.CORBA.portable.ValueBase;
* in the receiving context.
*
* If the value base does not implement this interface, it normally implements
- * {@link org.omg.CORBA.portable.StremableValue} instead.
+ * {@link StreamableValue} instead.
*
* @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
*/