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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git


The following commit(s) were added to refs/heads/master by this push:
     new deb752b  Fix Javadoc
deb752b is described below

commit deb752b3f9f670274c0ac97f48ae0b0e834bf288
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Apr 13 10:59:15 2025 -0400

    Fix Javadoc
---
 src/main/javadoc/overview.html | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 14156e3..1364664 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -26,8 +26,9 @@
       <p>
         If you are not familiar with the XPath syntax, start with
         <a href="http://www.w3schools.com/xpath";>XPath Tutorial by 
W3Schools</a>.
-        <br/>
-         Also see
+      </p>
+      <p>
+        See also
         <a href="http://www.w3.org/TR/xpath";>XML Path Language (XPath) Version 
1.0</a> -
         that's the official standard.
       </p>
@@ -299,7 +300,6 @@ String fName = (String)context.getValue("firstName");
         </p>
         <p><b>Note:</b>  in XPath the first element of a collection has
           index 1, not 0.
-          <br/>
         </p>
       </section>
 
@@ -1528,10 +1528,7 @@ TypeUtils.setTypeConverter(new 
JXPath11CompatibleTypeConverter());
           <td><i>any</i>
           </td>
           <td>
-            Takes the first element of the array
-            <br/>
-             and (recursively) converts it to the needed
-            type
+            Takes the first element of the array and (recursively) converts it 
to the needed type
           </td>
         </tr>
         <tr>
@@ -1540,10 +1537,7 @@ TypeUtils.setTypeConverter(new 
JXPath11CompatibleTypeConverter());
           <td><i>any</i>
           </td>
           <td>
-            Takes the first element of the array
-            <br/>
-             and (recursively) converts it to the needed
-            type
+            Takes the first element of the array and (recursively) converts it 
to the needed type
           </td>
         </tr>
         <tr>

Reply via email to