summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/org/omg/CORBA/UnknownUserExceptionHolder.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/org/omg/CORBA/UnknownUserExceptionHolder.java')
-rw-r--r--libjava/classpath/org/omg/CORBA/UnknownUserExceptionHolder.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/org/omg/CORBA/UnknownUserExceptionHolder.java b/libjava/classpath/org/omg/CORBA/UnknownUserExceptionHolder.java
index d7b1ca006d4..0fa966982ec 100644
--- a/libjava/classpath/org/omg/CORBA/UnknownUserExceptionHolder.java
+++ b/libjava/classpath/org/omg/CORBA/UnknownUserExceptionHolder.java
@@ -1,5 +1,5 @@
/* UnknownUserExceptionHolder.java --
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -48,7 +48,7 @@ import org.omg.CORBA.portable.Streamable;
* @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
*/
-public class UnknownUserExceptionHolder implements Streamable
+public final class UnknownUserExceptionHolder implements Streamable
{
/**
* The stored UnknownUserException value.
@@ -74,7 +74,7 @@ public class UnknownUserExceptionHolder implements Streamable
}
/**
- * Fill in the {@link value} by data from the CDR stream.
+ * Fill in the {@link #value} by data from the CDR stream.
*
* @param input the org.omg.CORBA.portable stream to read.
*/
OpenPOWER on IntegriCloud