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 461f6629 Normalize setter Javadoc 461f6629 is described below commit 461f6629ced5e400c27951fb17deba627c5c7b68 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 31 07:10:03 2023 -0400 Normalize setter Javadoc --- src/main/java/org/apache/commons/jexl3/JexlOptions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/jexl3/JexlOptions.java b/src/main/java/org/apache/commons/jexl3/JexlOptions.java index a6b76c5f..66fcaa90 100644 --- a/src/main/java/org/apache/commons/jexl3/JexlOptions.java +++ b/src/main/java/org/apache/commons/jexl3/JexlOptions.java @@ -372,7 +372,7 @@ public final class JexlOptions { } /** - * Set options from engine. + * Sets options from engine. * @param jexl the engine * @return this instance */ @@ -384,7 +384,7 @@ public final class JexlOptions { } /** - * Set options from options. + * Sets options from options. * @param src the options * @return this instance */