You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2008/06/26 01:39:22 UTC

svn commit: r671691 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/BaseResourceCollectionContainer.java

Author: mbenson
Date: Wed Jun 25 16:39:21 2008
New Revision: 671691

URL: http://svn.apache.org/viewvc?rev=671691&view=rev
Log:
ws

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/types/resources/BaseResourceCollectionContainer.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/BaseResourceCollectionContainer.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/resources/BaseResourceCollectionContainer.java?rev=671691&r1=671690&r2=671691&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/resources/BaseResourceCollectionContainer.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/resources/BaseResourceCollectionContainer.java Wed Jun 25 16:39:21 2008
@@ -35,7 +35,7 @@
  * @since Ant 1.7
  */
 public abstract class BaseResourceCollectionContainer
-    extends DataType implements ResourceCollection, Cloneable {
+        extends DataType implements ResourceCollection, Cloneable {
     private List rc = new ArrayList();
     private Collection coll = null;
     private boolean cache = true;
@@ -222,7 +222,7 @@
         } catch (CloneNotSupportedException e) {
             throw new BuildException(e);
         }
-   }
+    }
 
     /**
      * Format this BaseResourceCollectionContainer as a String.