This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
bring back comment
master
Stefan Bodewig
8 years ago
parent
66d7986c3a
commit
42810a6cb5
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save