This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e96e43  Fix javadoc and manual errors related to the newly introduced 
readTimeout attribute for Http condition
6e96e43 is described below

commit 6e96e43111c578a941797e9caa00db43423cf798
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sat Mar 2 19:45:31 2019 +0530

    Fix javadoc and manual errors related to the newly introduced readTimeout 
attribute for Http condition
---
 manual/Tasks/conditions.html                               | 2 +-
 src/main/org/apache/tools/ant/taskdefs/condition/Http.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html
index cc41d17..c494a30 100644
--- a/manual/Tasks/conditions.html
+++ b/manual/Tasks/conditions.html
@@ -218,7 +218,7 @@ URL. By default, HTTP responses errors of 400 or greater 
are viewed as invalid.<
   <tr>
     <td>readTimeout</td>
     <td>Read timeout, in milli second, that will be used while reading from 
the target URL.
-      Accepts any value >= 0. Value of 0 implies wait indefinitely. Value < 0 
will be silently
+      Accepts any value &ge; 0. Value of 0 implies wait indefinitely. Value 
&lt; 0 will be silently
       ignored.<br/>
       <em>since Ant 1.10.6</em></td>
     </td>
diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/Http.java 
b/src/main/org/apache/tools/ant/taskdefs/condition/Http.java
index 7ce6aa1..ad44792 100644
--- a/src/main/org/apache/tools/ant/taskdefs/condition/Http.java
+++ b/src/main/org/apache/tools/ant/taskdefs/condition/Http.java
@@ -96,7 +96,7 @@ public class Http extends ProjectComponent implements 
Condition {
     }
 
     /**
-     * Sets the read timeout. Any value < 0 will be ignored
+     * Sets the read timeout. Any value &lt; 0 will be ignored
      *
      * @param t the timeout value in milli seconds
      *

Reply via email to