You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2010/10/27 18:00:33 UTC

svn commit: r1028020 - /ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyResources.java

Author: hibou
Date: Wed Oct 27 16:00:33 2010
New Revision: 1028020

URL: http://svn.apache.org/viewvc?rev=1028020&view=rev
Log:
fix comment

Modified:
    ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyResources.java

Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyResources.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyResources.java?rev=1028020&r1=1028019&r2=1028020&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyResources.java (original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyResources.java Wed Oct 27 16:00:33 2010
@@ -208,7 +208,7 @@ public class IvyResources extends BaseRe
             throw new BuildException(e);
         }
 
-        List/* <> */resources = new ArrayList();
+        List/* <FileResource> */resources = new ArrayList();
 
         if (report.hasError()) {
             throw new BuildException("resolve failed - see output for details");