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 3c7fa25  No need for blank Javadoc lines between Javadoc @ tags
3c7fa25 is described below

commit 3c7fa2573984215117e86c5d5d3260ccb6096af1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 28 12:44:33 2024 -0500

    No need for blank Javadoc lines between Javadoc @ tags
---
 src/main/java/org/apache/commons/jxpath/AbstractFactory.java      | 1 -
 src/main/java/org/apache/commons/jxpath/BasicVariables.java       | 2 --
 src/main/java/org/apache/commons/jxpath/ClassFunctions.java       | 1 -
 src/main/java/org/apache/commons/jxpath/JXPathContextFactory.java | 1 -
 src/main/java/org/apache/commons/jxpath/ri/model/NodePointer.java | 1 -
 5 files changed, 6 deletions(-)

diff --git a/src/main/java/org/apache/commons/jxpath/AbstractFactory.java 
b/src/main/java/org/apache/commons/jxpath/AbstractFactory.java
index fbff7eb..05e2ec2 100644
--- a/src/main/java/org/apache/commons/jxpath/AbstractFactory.java
+++ b/src/main/java/org/apache/commons/jxpath/AbstractFactory.java
@@ -60,7 +60,6 @@ public abstract class AbstractFactory {
      * @param context hosts variable pools. See
      * {@link JXPathContext#getVariables() JXPathContext.getVariables()}
      * @param name is the name of the variable without the "$" sign
-     *
      * @return true if the variable was successfully defined
      */
     public boolean declareVariable(final JXPathContext context, final String 
name) {
diff --git a/src/main/java/org/apache/commons/jxpath/BasicVariables.java 
b/src/main/java/org/apache/commons/jxpath/BasicVariables.java
index 74e8ecd..04726da 100644
--- a/src/main/java/org/apache/commons/jxpath/BasicVariables.java
+++ b/src/main/java/org/apache/commons/jxpath/BasicVariables.java
@@ -34,7 +34,6 @@ public class BasicVariables implements Variables {
      * value of the variable is null.
      *
      * @param varName is a variable name without the "$" sign
-     *
      * @return true if the variable is declared
      */
     @Override
@@ -47,7 +46,6 @@ public class BasicVariables implements Variables {
      * otherwise, throws IllegalArgumentException
      *
      * @param varName is a variable name without the "$" sign
-     *
      * @return the value of the variable
      */
     @Override
diff --git a/src/main/java/org/apache/commons/jxpath/ClassFunctions.java 
b/src/main/java/org/apache/commons/jxpath/ClassFunctions.java
index 8b712fa..2180cc9 100644
--- a/src/main/java/org/apache/commons/jxpath/ClassFunctions.java
+++ b/src/main/java/org/apache/commons/jxpath/ClassFunctions.java
@@ -82,7 +82,6 @@ public class ClassFunctions implements Functions {
      *     the method returns null
      * @param name is a function name or "new" for a constructor.
      * @param parameters Object[] of parameters
-     *
      * @return a MethodFunction, a ConstructorFunction or null if there is no
      *      such function.
      */
diff --git a/src/main/java/org/apache/commons/jxpath/JXPathContextFactory.java 
b/src/main/java/org/apache/commons/jxpath/JXPathContextFactory.java
index 22bd42f..d54135f 100644
--- a/src/main/java/org/apache/commons/jxpath/JXPathContextFactory.java
+++ b/src/main/java/org/apache/commons/jxpath/JXPathContextFactory.java
@@ -145,7 +145,6 @@ public abstract class JXPathContextFactory {
      * class in the specified order.
      * @param property    Property name
      * @param defaultFactory Default implementation, if nothing else is found
-     *
      * @return class name of the JXPathContextFactory
      */
     private static String findFactory(final String property, final String 
defaultFactory) {
diff --git a/src/main/java/org/apache/commons/jxpath/ri/model/NodePointer.java 
b/src/main/java/org/apache/commons/jxpath/ri/model/NodePointer.java
index beaf4c8..04dfa2d 100644
--- a/src/main/java/org/apache/commons/jxpath/ri/model/NodePointer.java
+++ b/src/main/java/org/apache/commons/jxpath/ri/model/NodePointer.java
@@ -305,7 +305,6 @@ public abstract class NodePointer implements Pointer {
 
     /**
      * @see #getValuePointer()
-     *
      * @return NodePointer is either {@code this} or a pointer
      *   for the immediately contained value.
      */

Reply via email to