OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / org / omg / CORBA / ACTIVITY_COMPLETED.java
index ea234e6..5fb0353 100644 (file)
@@ -1,5 +1,5 @@
 /* ACTIVITY_COMPLETED.java --
-   Copyright (C) 2005 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -51,7 +51,7 @@ import java.io.Serializable;
  *
  * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
  */
-public class ACTIVITY_COMPLETED
+public final class ACTIVITY_COMPLETED
   extends SystemException
   implements Serializable
 {
@@ -63,7 +63,7 @@ public class ACTIVITY_COMPLETED
   /**
    * Creates ACTIVITY_COMPLETED with the default minor code of 0,
    * completion state COMPLETED_NO and the given explaining message.
-   * @param reason the explaining message.
+   * @param message the explaining message.
    */
   public ACTIVITY_COMPLETED(String message)
   {