Browse Source

bring back comment

master
Stefan Bodewig 7 years ago
parent
commit
42810a6cb5
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java

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

@@ -154,6 +154,8 @@ public final class SelectorUtils {
}

// Fail if string is not exhausted or pattern is exhausted
// Otherwise the pattern now holds ** while string is not exhausted
// this will generate false positives but we can live with that.
return strIdxStart > strIdxEnd || patIdxStart <= patIdxEnd;
}



Loading…
Cancel
Save