summaryrefslogtreecommitdiff
path: root/org/omg/CORBA/VM_CUSTOM.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/CORBA/VM_CUSTOM.java')
-rw-r--r--org/omg/CORBA/VM_CUSTOM.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/org/omg/CORBA/VM_CUSTOM.java b/org/omg/CORBA/VM_CUSTOM.java
index 950225582..40c64feaf 100644
--- a/org/omg/CORBA/VM_CUSTOM.java
+++ b/org/omg/CORBA/VM_CUSTOM.java
@@ -1,4 +1,4 @@
-/* VM_CUSTOM.java --
+/* VM_CUSTOM.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -38,15 +38,15 @@ exception statement from your version. */
package org.omg.CORBA;
/**
- * Holds a single constant, specifying, that
- * the code used to represent a custom marshalled value type in a typecode.
- *
+ * Indicates a custom marshalled value type. One of the possible
+ * values, returned by {@link TypeCode#type_modifier()}.
+ *
* @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
*/
public interface VM_CUSTOM
{
/**
- * States that the code used to represent a custom
+ * States that the code used to represent a custom
* marshalled value type in a typecode.
*/
short value = 1;