donaldp     02/02/08 18:54:05

  Modified:    proposal/myrmidon/src/java/org/apache/antlib/core
                        IfTask.java
  Log:
  Zap some audit warnings
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/core/IfTask.java
  
  Index: IfTask.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/core/IfTask.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IfTask.java       6 Feb 2002 13:19:31 -0000       1.1
  +++ IfTask.java       9 Feb 2002 02:54:04 -0000       1.2
  @@ -22,13 +22,13 @@
    * then it will execute the inner tasks, else it won't.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  - * @version $Revision: 1.1 $ $Date: 2002/02/06 13:19:31 $
  + * @version $Revision: 1.2 $ $Date: 2002/02/09 02:54:04 $
    * @ant:task name="if"
    */
   public class IfTask
       extends AbstractContainerTask
   {
  -    private static final Resources REZ =
  +    private final static Resources REZ =
           ResourceManager.getPackageResources( IfTask.class );
   
       private Condition m_condition;
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to