summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/org/apache/tools/ant')
-rw-r--r--src/main/org/apache/tools/ant/taskdefs/ConditionTask.java3
-rw-r--r--src/main/org/apache/tools/ant/taskdefs/WaitFor.java4
2 files changed, 2 insertions, 5 deletions
diff --git a/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java b/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
index e8352b751..2fb3b732c 100644
--- a/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
+++ b/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 The Apache Software Foundation
+ * Copyright 2001-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -32,7 +32,6 @@ import org.apache.tools.ant.taskdefs.condition.ConditionBase;
* <p>This task does not extend Task to take advantage of
* ConditionBase.</p>
*
- *
* @since Ant 1.4
*
* @ant.task category="control"
diff --git a/src/main/org/apache/tools/ant/taskdefs/WaitFor.java b/src/main/org/apache/tools/ant/taskdefs/WaitFor.java
index b51f7424c..fa9df480d 100644
--- a/src/main/org/apache/tools/ant/taskdefs/WaitFor.java
+++ b/src/main/org/apache/tools/ant/taskdefs/WaitFor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 The Apache Software Foundation
+ * Copyright 2001-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -50,7 +50,6 @@ import org.apache.tools.ant.types.EnumeratedAttribute;
*
* @ant.task category="control"
*/
-
public class WaitFor extends ConditionBase {
/** default max wait time */
private long maxWaitMillis = 1000L * 60L * 3L;
@@ -139,7 +138,6 @@ public class WaitFor extends ConditionBase {
// ignore
}
}
-
processTimeout();
} finally {
maxWaitMillis = savedMaxWaitMillis;