Browse Source

somehow a space managed to slip in

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1578009 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 11 years ago
parent
commit
d2734857fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/resources/MultiRootFileSet.java

+ 1
- 1
src/main/org/apache/tools/ant/types/resources/MultiRootFileSet.java View File

@@ -221,7 +221,7 @@ public class MultiRootFileSet extends AbstractFileSet
DirectoryScanner ds = getDirectoryScanner(getProject());
int count = type == SetType.file
? ds.getIncludedFilesCount()
: ds.getIncludedDirs Count();
: ds.getIncludedDirsCount();
if (type == SetType.both) {
count += ds.getIncludedFilesCount();
}


Loading…
Cancel
Save