You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2003/10/22 22:33:15 UTC

cvs commit: incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared ActionType.java

ammulder    2003/10/22 13:33:15

  Modified:    specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared
                        ActionType.java
  Log:
  Typo in comment
  
  Revision  Changes    Path
  1.3       +2 -2      incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/ActionType.java
  
  Index: ActionType.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/ActionType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ActionType.java	4 Sep 2003 05:41:20 -0000	1.2
  +++ ActionType.java	22 Oct 2003 20:33:15 -0000	1.3
  @@ -75,7 +75,7 @@
        */
       public static final ActionType CANCEL = new ActionType(1);
       /**
  -     * A stop operation is being preformed on the DeploymentManager action command.
  +     * A stop operation is being performed on the DeploymentManager action command.
        */
       public static final ActionType STOP = new ActionType(2);