OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / org / omg / CORBA / MARSHAL.java
index 2cd92f5..b031acf 100644 (file)
@@ -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)
   {