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-jelly.git
The following commit(s) were added to refs/heads/master by this push: new 92f2c9a5 Remove extra whitespace 92f2c9a5 is described below commit 92f2c9a58d68a2c5a023d5d7f5458d20d96018a6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jul 12 15:16:02 2023 -0400 Remove extra whitespace --- .../java/org/apache/commons/jelly/expression/ConstantExpression.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/commons/jelly/expression/ConstantExpression.java b/core/src/main/java/org/apache/commons/jelly/expression/ConstantExpression.java index ce6abe5a..5a7dc7c6 100644 --- a/core/src/main/java/org/apache/commons/jelly/expression/ConstantExpression.java +++ b/core/src/main/java/org/apache/commons/jelly/expression/ConstantExpression.java @@ -20,7 +20,7 @@ import org.apache.commons.jelly.JellyContext; /** <p><code>ConstantExpression</code> represents a constant expression.</p> * - * <p> In other words, {@link #evaluate} returns a value independent of the context. </p> + * <p>In other words, {@link #evaluate} returns a value independent of the context.</p> * * @author <a href="mailto:jstrac...@apache.org">James Strachan</a> */