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-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 61fd3156 No need for blank Javadoc lines between Javadoc @ tags
61fd3156 is described below

commit 61fd31564d58b946aef6761de2ad90d22f2bcb47
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 28 12:44:04 2024 -0500

    No need for blank Javadoc lines between Javadoc @ tags
---
 src/main/java/org/apache/commons/jexl3/JexlArithmetic.java            | 4 ----
 .../org/apache/commons/jexl3/internal/introspection/Uberspect.java    | 2 --
 src/main/java/org/apache/commons/jexl3/scripting/Main.java            | 1 -
 3 files changed, 7 deletions(-)

diff --git a/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java 
b/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java
index 5e9b54f6..8f731996 100644
--- a/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java
+++ b/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java
@@ -668,7 +668,6 @@ public class JexlArithmetic {
      * Creates a JexlArithmetic instance.
      * Called by options(...) method when another instance of the same class 
of arithmetic is required.
      * @see #options(org.apache.commons.jexl3.JexlEngine.Options)
-     *
      * @param astrict     whether this arithmetic is lenient or strict
      * @param bigdContext the math context instance to use for +,-,/,*,% 
operations on big decimals.
      * @param bigdScale   the scale used for big decimals.
@@ -1553,7 +1552,6 @@ public class JexlArithmetic {
     /**
      * Apply options to this arithmetic which eventually may create another 
instance.
      * @see #createWithOptions(boolean, java.math.MathContext, int)
-     *
      * @param context the context that may extend {@link 
JexlContext.OptionsHandle} to use
      * @return a new arithmetic instance or this
      * @since 3.1
@@ -1571,7 +1569,6 @@ public class JexlArithmetic {
     /**
      * Apply options to this arithmetic which eventually may create another 
instance.
      * @see #createWithOptions(boolean, java.math.MathContext, int)
-     *
      * @param options the {@link JexlEngine.Options} to use
      * @return an arithmetic with those options set
      * @deprecated 3.2
@@ -1600,7 +1597,6 @@ public class JexlArithmetic {
     /**
      * Apply options to this arithmetic which eventually may create another 
instance.
      * @see #createWithOptions(boolean, java.math.MathContext, int)
-     *
      * @param options the {@link JexlEngine.Options} to use
      * @return an arithmetic with those options set
      */
diff --git 
a/src/main/java/org/apache/commons/jexl3/internal/introspection/Uberspect.java 
b/src/main/java/org/apache/commons/jexl3/internal/introspection/Uberspect.java
index 975dbd75..f800abdb 100644
--- 
a/src/main/java/org/apache/commons/jexl3/internal/introspection/Uberspect.java
+++ 
b/src/main/java/org/apache/commons/jexl3/internal/introspection/Uberspect.java
@@ -260,7 +260,6 @@ public class Uberspect implements JexlUberspect {
      *
      * @param c   Class in which the method search is taking place
      * @param key MethodKey of the method being searched for
-     *
      * @return a {@link java.lang.reflect.Method}
      *         or null if no unambiguous method could be found through 
introspection.
      */
@@ -277,7 +276,6 @@ public class Uberspect implements JexlUberspect {
      * @param c      Class in which the method search is taking place
      * @param name   Name of the method being searched for
      * @param params An array of Objects (not Classes) that describe the 
parameters
-     *
      * @return a {@link java.lang.reflect.Method}
      *         or null if no unambiguous method could be found through 
introspection.
      */
diff --git a/src/main/java/org/apache/commons/jexl3/scripting/Main.java 
b/src/main/java/org/apache/commons/jexl3/scripting/Main.java
index c29f232d..72eeadb7 100644
--- a/src/main/java/org/apache/commons/jexl3/scripting/Main.java
+++ b/src/main/java/org/apache/commons/jexl3/scripting/Main.java
@@ -45,7 +45,6 @@ public class Main {
      * This is done so that interactive testing is easier.
      *
      * @param args (optional) file name to evaluate. Stored in the args 
variable.
-     *
      * @throws Exception if parsing or IO fail
      */
     public static void main(final String[] args) throws Exception {

Reply via email to