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 1cbc465e Javadoc 1cbc465e is described below commit 1cbc465ec9df1713a1294df472d3500ebbe50bc2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 14 10:30:33 2023 -0500 Javadoc --- .../org/apache/commons/jexl3/internal/introspection/MethodKeyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/jexl3/internal/introspection/MethodKeyTest.java b/src/test/java/org/apache/commons/jexl3/internal/introspection/MethodKeyTest.java index a91ce1c4..9da3e92f 100644 --- a/src/test/java/org/apache/commons/jexl3/internal/introspection/MethodKeyTest.java +++ b/src/test/java/org/apache/commons/jexl3/internal/introspection/MethodKeyTest.java @@ -78,7 +78,7 @@ public class MethodKeyTest { private static final java.util.Map< MethodKey, String> BY_KEY; /** form string to key */ private static final java.util.Map<String, MethodKey> BY_STRING; - /** the list of keys we generated & test against */ + /** The list of keys we generated & test against */ private static final MethodKey[] KEY_LIST; /* Generate a list of method*(prims*), method(prims*, prims*), method*(prims*,prims*,prims*) */