summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/org/omg/CORBA/MARSHAL.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/org/omg/CORBA/MARSHAL.java')
-rw-r--r--libjava/classpath/org/omg/CORBA/MARSHAL.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/org/omg/CORBA/MARSHAL.java b/libjava/classpath/org/omg/CORBA/MARSHAL.java
index 2cd92f5a626..b031acfd328 100644
--- a/libjava/classpath/org/omg/CORBA/MARSHAL.java
+++ b/libjava/classpath/org/omg/CORBA/MARSHAL.java
@@ -1,5 +1,5 @@
/* MARSHAL.java --
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -268,7 +268,7 @@ import java.io.Serializable;
*
* @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
*/
-public class MARSHAL
+public final class MARSHAL
extends SystemException
implements Serializable
{
@@ -281,7 +281,7 @@ public class MARSHAL
* Creates a MARSHAL with the default minor code of 0, completion state
* COMPLETED_NO and the given explaining message.
*
- * @param reasom the explaining message.
+ * @param message the explaining message.
*/
public MARSHAL(String message)
{
OpenPOWER on IntegriCloud