This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
antliscence
forked from
youys/ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
false positive for spurious wakeups
master
Stefan Bodewig
9 years ago
parent
db62044709
commit
9d53feac73
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/org/apache/tools/ant/taskdefs/Parallel.java
+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Parallel.java
View File
@@ -352,7 +352,7 @@ public class Parallel extends Task
// System.out.println("Thread " + i + " is still
// alive ");
// still running - wait for it
semaphore.wait();
semaphore.wait();
//NOSONAR
continue outer2;
}
}
Write
Preview
Loading…
Cancel
Save