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

commit dc4762a0a9a0b0fd4bfe43fc0d000adc64df8639
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 10 15:40:19 2023 -0400

    Fix Javadoc warnings
---
 src/main/java/org/apache/commons/jxpath/PackageFunctions.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/jxpath/PackageFunctions.java 
b/src/main/java/org/apache/commons/jxpath/PackageFunctions.java
index 3a2e4a1..f4458fa 100644
--- a/src/main/java/org/apache/commons/jxpath/PackageFunctions.java
+++ b/src/main/java/org/apache/commons/jxpath/PackageFunctions.java
@@ -93,7 +93,7 @@ public class PackageFunctions implements Functions {
     /**
      * Returns a {@link Function}, if found, for the specified namespace,
      * name and parameter types.
-     * <p>
+     *
      * @param  namespace - if it is not the same as specified in the
      * construction, this method returns null
      * @param name - name of the method, which can one these forms:

Reply via email to