You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2014/03/16 10:19:26 UTC

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

Author: bodewig
Date: Sun Mar 16 09:19:26 2014
New Revision: 1578009

URL: http://svn.apache.org/r1578009
Log:
somehow a space managed to slip in

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

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/MultiRootFileSet.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/resources/MultiRootFileSet.java?rev=1578009&r1=1578008&r2=1578009&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/resources/MultiRootFileSet.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/resources/MultiRootFileSet.java Sun Mar 16 09:19:26 2014
@@ -221,7 +221,7 @@ public class MultiRootFileSet extends Ab
             DirectoryScanner ds = getDirectoryScanner(getProject());
             int count = type == SetType.file
                 ? ds.getIncludedFilesCount()
-                : ds.getIncludedDirs Count();
+                : ds.getIncludedDirsCount();
             if (type == SetType.both) {
                 count += ds.getIncludedFilesCount();
             }