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 77d92632 Javadoc
77d92632 is described below

commit 77d92632ee77e8d7a23d87aedfbfaeece48ffea4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 14 10:29:55 2023 -0500

    Javadoc
---
 .../apache/commons/jexl3/internal/introspection/ArrayListWrapper.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/jexl3/internal/introspection/ArrayListWrapper.java
 
b/src/main/java/org/apache/commons/jexl3/internal/introspection/ArrayListWrapper.java
index c264f6be..4826fc6f 100644
--- 
a/src/main/java/org/apache/commons/jexl3/internal/introspection/ArrayListWrapper.java
+++ 
b/src/main/java/org/apache/commons/jexl3/internal/introspection/ArrayListWrapper.java
@@ -30,7 +30,7 @@ import java.util.RandomAccess;
  * </p>
  */
 public class ArrayListWrapper extends AbstractList<Object> implements 
RandomAccess {
-    /** the array to wrap. */
+    /** The array to wrap. */
     private final Object array;
 
     /**

Reply via email to