summaryrefslogtreecommitdiff
path: root/org/omg/CORBA/portable
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2005-06-11 20:43:36 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2005-06-11 20:43:36 +0000
commitcb07ec3dd660879e604b11ac9edb0c8547d7febe (patch)
tree8f29af821bbc44d996abc0b0b40bde8fd006af68 /org/omg/CORBA/portable
parent1c3767df60c270118b9a6cde9ec12a101a073127 (diff)
downloadclasspath-cb07ec3dd660879e604b11ac9edb0c8547d7febe.tar.gz
2005-06-11 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* org/omg/CORBA/ORB.java, org/omg/CORBA/CustomValue.java, org/omg/CORBA/VM_ABSTRACT.java, org/omg/CORBA/VM_CUSTOM.java, org/omg/CORBA/VM_NONE.java, org/omg/CORBA/VM_TRUNCATABLE.java, org/omg/CORBA/VM_TRUNCATABLE.java, org/omg/CORBA/portable/ValueBase.java, org/omg/CORBA_2_3/portable/package.html: Documentation update. org/omg/CORBA_2_3/package.html: New file.
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,