This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
@Override
wasn't applicable for interfaces in Java 1.5 and doesn't get caught while compiling with a higher version of Java SDK
master
Jaikiran Pai
7 years ago
parent
96573e64c8
commit
0473a3d0ab
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/tests/junit/org/apache/tools/ant/DummyMailServer.java
+ 0
- 2
src/tests/junit/org/apache/tools/ant/DummyMailServer.java
View File
@@ -63,12 +63,10 @@ public class DummyMailServer implements Runnable, Callable<Void> {
return this.host;
}
@Override
public void run() {
call();
}
@Override
public Void call() {
try {
Write
Preview
Loading…
Cancel
Save