conor       01/02/10 23:49:45

  Modified:    src/main/org/apache/tools/ant/taskdefs/optional/depend Tag:
                        ANT_13_BRANCH Depend.java
  Log:
  Be explicit about initial value of closure flag
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.1   +1 -1      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/Depend.java
  
  Index: Depend.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/Depend.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- Depend.java       2001/01/03 15:18:23     1.5
  +++ Depend.java       2001/02/11 07:49:45     1.5.2.1
  @@ -110,7 +110,7 @@
        * beyond direct dependencies to include all classes. So if A directly
        * affects B abd B directly affects C, then A indirectly affects C.
        */
  -    private boolean closure;
  +    private boolean closure = false;
   
       private void writeDependencyList(File depFile, Vector dependencyList) 
throws IOException {
           // new dependencies so need to write them out to the cache
  
  
  

Reply via email to