summaryrefslogtreecommitdiff
path: root/org/omg/CORBA/portable
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/CORBA/portable')
-rw-r--r--org/omg/CORBA/portable/ValueBase.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/org/omg/CORBA/portable/ValueBase.java b/org/omg/CORBA/portable/ValueBase.java
index 3676523ad..1504cb817 100644
--- a/org/omg/CORBA/portable/ValueBase.java
+++ b/org/omg/CORBA/portable/ValueBase.java
@@ -43,9 +43,8 @@ package org.omg.CORBA.portable;
* ValueBase is the basic interface for all CORBA value data types. A value
* type is something between CORBA structure and CORBA object. Like CORBA
* object, it can have methods, supporting some IDL-defined interface.
- * However, like structures, they are always local and passed by value,
- * not by IOR reference. The Sun's implementation transfers the value types
- * using java serialization mechanism.
+ * However, like structures, they are local and passed by value,
+ * not by IOR reference.
*
* Unlike CORBA objects, values are not connected to any ORB by
* default; they hanlde the implemented functionality locally. The classes,