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 c8c330ca Javadoc c8c330ca is described below commit c8c330ca0664a8f8ba2476fa7483021f623e3666 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 14 09:48:01 2023 -0500 Javadoc --- .../org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jelly-tags/velocity/src/main/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java b/jelly-tags/velocity/src/main/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java index d2d6104b..a2572e6b 100644 --- a/jelly-tags/velocity/src/main/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java +++ b/jelly-tags/velocity/src/main/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java @@ -47,7 +47,7 @@ public class JellyContextAdapter implements Context private HashMap privateContext = new HashMap(); /** - * Constructor. + * Constructs a new instance. * * @param jellyContext The JellyContext to adapt */