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-ognl.git
The following commit(s) were added to refs/heads/master by this push: new 74fe4c9 Javadoc: Remove extra "whitespace" 74fe4c9 is described below commit 74fe4c93306d956c5dc336a9655a44c63f850b1d Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Sat Mar 25 09:44:36 2023 -0400 Javadoc: Remove extra "whitespace" --- src/main/java/org/apache/commons/ognl/MapPropertyAccessor.java | 1 - src/main/java/org/apache/commons/ognl/OgnlRuntime.java | 1 - 2 files changed, 2 deletions(-) diff --git a/src/main/java/org/apache/commons/ognl/MapPropertyAccessor.java b/src/main/java/org/apache/commons/ognl/MapPropertyAccessor.java index 2cc3834..8c24f65 100644 --- a/src/main/java/org/apache/commons/ognl/MapPropertyAccessor.java +++ b/src/main/java/org/apache/commons/ognl/MapPropertyAccessor.java @@ -25,7 +25,6 @@ import java.util.Set; /** * Implementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps. - * */ public class MapPropertyAccessor implements PropertyAccessor diff --git a/src/main/java/org/apache/commons/ognl/OgnlRuntime.java b/src/main/java/org/apache/commons/ognl/OgnlRuntime.java index 0e234d4..2e58fb4 100644 --- a/src/main/java/org/apache/commons/ognl/OgnlRuntime.java +++ b/src/main/java/org/apache/commons/ognl/OgnlRuntime.java @@ -57,7 +57,6 @@ import java.util.Map; * <li>Core runtime configuration point for setting/using global {@link TypeConverter} / {@link OgnlExpressionCompiler} * / {@link NullHandler} instances / etc..</li> * </ul> - * */ public class OgnlRuntime {