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

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


The following commit(s) were added to refs/heads/release by this push:
     new 3dfa48b2 Javadoc
3dfa48b2 is described below

commit 3dfa48b29bd280548379e4d0def25e42411f6e46
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 8 14:39:54 2025 -0500

    Javadoc
---
 src/main/java/org/apache/commons/jexl3/JexlArithmetic.java            | 4 ++--
 src/main/java/org/apache/commons/jexl3/JexlBuilder.java               | 2 +-
 src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java 
b/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java
index f62d1e5c..a24c8c5a 100644
--- a/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java
+++ b/src/main/java/org/apache/commons/jexl3/JexlArithmetic.java
@@ -384,7 +384,7 @@ public class JexlArithmetic {
      * Creates an array builder.
      * @param size the number of elements in the array
      * @return an array builder instance
-     * @deprecated since 3.3.1
+     * @deprecated Since 3.3.1
      */
     @Deprecated
     public ArrayBuilder arrayBuilder(final int size) {
@@ -1813,7 +1813,7 @@ public class JexlArithmetic {
      * Creates a set-builder.
      * @param size the number of elements in the set
      * @return a set-builder instance
-     * @deprecated since 3.3.1
+     * @deprecated Since 3.3.1
      */
     @Deprecated
     public SetBuilder setBuilder(final int size) {
diff --git a/src/main/java/org/apache/commons/jexl3/JexlBuilder.java 
b/src/main/java/org/apache/commons/jexl3/JexlBuilder.java
index 0dc3e41f..4ba956d1 100644
--- a/src/main/java/org/apache/commons/jexl3/JexlBuilder.java
+++ b/src/main/java/org/apache/commons/jexl3/JexlBuilder.java
@@ -548,7 +548,7 @@ public class JexlBuilder {
      *
      * @param arg the charset
      * @return this builder
-     * @deprecated since 3.1 use {@link #charset(Charset)} instead
+     * @deprecated Since 3.1 use {@link #charset(Charset)} instead
      */
     @Deprecated
     public JexlBuilder loader(final Charset arg) {
diff --git 
a/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java 
b/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java
index f79ea0e5..4f932152 100644
--- a/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java
+++ b/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java
@@ -666,7 +666,7 @@ public final class JexlSandbox {
     }
 
     /**
-     * @deprecated since 3.2, use {@link BlockSet}
+     * @deprecated Since 3.2, use {@link BlockSet}
      */
     @Deprecated
     public static final class BlackSet extends BlockSet {
@@ -675,7 +675,7 @@ public final class JexlSandbox {
     }
 
     /**
-     * @deprecated since 3.2, use {@link AllowSet}
+     * @deprecated Since 3.2, use {@link AllowSet}
      */
     @Deprecated
     public static final class WhiteSet extends AllowSet {

Reply via email to