This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/JEXL-440 by this push: new 56e13a53 JEXL-440 : checkstyle; 56e13a53 is described below commit 56e13a53e823643c9b143ff08c81369ccdb3cb86 Author: Henrib <hbies...@gmail.com> AuthorDate: Sun Jun 8 17:27:17 2025 +0200 JEXL-440 : checkstyle; --- src/main/java/org/apache/commons/jexl3/JexlFeatures.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/jexl3/JexlFeatures.java b/src/main/java/org/apache/commons/jexl3/JexlFeatures.java index 65b7fced..eb735915 100644 --- a/src/main/java/org/apache/commons/jexl3/JexlFeatures.java +++ b/src/main/java/org/apache/commons/jexl3/JexlFeatures.java @@ -172,7 +172,7 @@ public final class JexlFeatures { * @since 3.3.1 */ private static final Set<String> RESERVED_WORDS = - Collections.unmodifiableSet(new HashSet<>(Arrays.asList( "class", "jexl", "$jexl"))); + Collections.unmodifiableSet(new HashSet<>(Arrays.asList("class", "jexl", "$jexl"))); /* * *WARNING*