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 7fb8c4a8 Javadoc 7fb8c4a8 is described below commit 7fb8c4a80f272c724885efaa244b409cefaa6f08 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 18 09:52:29 2024 -0400 Javadoc --- .../java/org/apache/commons/jexl3/internal/introspection/Uberspect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 83c7b394..74067198 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 @@ -41,7 +41,7 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; /** - * Implementation of Uberspect to provide the default introspective + * Implements Uberspect to provide the default introspective * functionality of JEXL. * <p> * This is the class to derive to customize introspection.</p>