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 [EMAIL PROTECTED] Task#execute()} method. 
If the
  +     * should evaluate this flag in their [EMAIL PROTECTED] 
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 [EMAIL PROTECTED] Task#execute()} method. 
If the
  +     * should evaluate this flag in their [EMAIL PROTECTED] 
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 [EMAIL PROTECTED] Task#execute()} method. 
If the
  +     * should evaluate this flag in their [EMAIL PROTECTED] 
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 [EMAIL PROTECTED] Task#execute()} method. 
If the
  +     * should evaluate this flag in their [EMAIL PROTECTED] 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to