You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/02/28 13:43:31 UTC

cvs commit: jakarta-commons/launcher/src/java/org/apache/commons/launcher/types ConditionalArgument.java ConditionalVariable.java

dirkv       2004/02/28 04:43:31

  Modified:    launcher/src/java/org/apache/commons/launcher/types
                        ConditionalArgument.java ConditionalVariable.java
  Log:
  fix javadoc warnings
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-commons/launcher/src/java/org/apache/commons/launcher/types/ConditionalArgument.java
  
  Index: ConditionalArgument.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/launcher/src/java/org/apache/commons/launcher/types/ConditionalArgument.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ConditionalArgument.java	28 Feb 2004 11:52:20 -0000	1.5
  +++ ConditionalArgument.java	28 Feb 2004 12:43:31 -0000	1.6
  @@ -102,7 +102,7 @@
   
       /**
        * Set the "if" condition. Tasks that nest this class as an element
  -     * should evaluate this flag in their {@link Task#execute()} method. If the
  +     * should evaluate this flag in their {@link org.apache.tools.ant.Task#execute()} method. If the
        * following conditions are true, the task should process this element:
        * <ul>
        * <ol>The flag is neither null nor a empty string
  @@ -143,7 +143,7 @@
   
       /**
        * Set the "unless" condition. Tasks that nest this class as an element
  -     * should evaluate this flag in their {@link Task#execute()} method. If the
  +     * should evaluate this flag in their {@link org.apache.tools.ant.Task#execute()} method. If the
        * following conditions are true, the task should ignore this element:
        * <ul>
        * <ol>The flag is neither null nor a empty string
  
  
  
  1.6       +2 -2      jakarta-commons/launcher/src/java/org/apache/commons/launcher/types/ConditionalVariable.java
  
  Index: ConditionalVariable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/launcher/src/java/org/apache/commons/launcher/types/ConditionalVariable.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ConditionalVariable.java	28 Feb 2004 11:52:20 -0000	1.5
  +++ ConditionalVariable.java	28 Feb 2004 12:43:31 -0000	1.6
  @@ -124,7 +124,7 @@
   
       /**
        * Set the "if" condition. Tasks that nest this class as an element
  -     * should evaluate this flag in their {@link Task#execute()} method. If the
  +     * should evaluate this flag in their {@link org.apache.tools.ant.Task#execute()} method. If the
        * following conditions are true, the task should process this element:
        * <ul>
        * <ol>The flag is neither null nor a empty string
  @@ -164,7 +164,7 @@
   
       /**
        * Set the "unless" condition. Tasks that nest this class as an element
  -     * should evaluate this flag in their {@link Task#execute()} method. If the
  +     * should evaluate this flag in their {@link org.apache.tools.ant.Task#execute()} method. If the
        * following conditions are true, the task should ignore this element:
        * <ul>
        * <ol>The flag is neither null nor a empty string
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org