Browse Source

typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@583364 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 17 years ago
parent
commit
d8a7e0bbb6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java

+ 1
- 1
src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java View File

@@ -618,7 +618,7 @@ public final class SelectorUtils {
long granularity) {
long sourceLastModified = src.getLastModified();
// Check if source exists - use sourceLastModified for file resources
// as it quicker that checking exists() again, however string reources
// as it is quicker than checking exists() again, however string resources
// have a last modified time of 0
boolean sourceExists = (src instanceof FileResource)
? sourceLastModified != 0L : src.isExists();


Loading…
Cancel
Save