diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html index 97264f1dd..cc41d1799 100644 --- a/manual/Tasks/conditions.html +++ b/manual/Tasks/conditions.html @@ -588,6 +588,7 @@ firewalls.
Since Apache Ant 1.7.
Attribute | Description | diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/IsReachable.java b/src/main/org/apache/tools/ant/taskdefs/condition/IsReachable.java index e508a1caa..8d13f0a9c 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/IsReachable.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/IsReachable.java @@ -47,9 +47,6 @@ import org.apache.tools.ant.ProjectComponent; * on the floor. Similarly, a host may be detected as reachable with ICMP, but not * reachable on other ports (i.e. port 80), because of firewalls. * - *
---|