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 0578b456 Javadoc 0578b456 is described below commit 0578b456913946f81b4f26ab4db1b310e8f58746 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 4 10:26:45 2025 -0400 Javadoc --- core/src/main/java/org/apache/commons/jelly/parser/XMLParser.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/commons/jelly/parser/XMLParser.java b/core/src/main/java/org/apache/commons/jelly/parser/XMLParser.java index 245a2d27..2a40b2b6 100644 --- a/core/src/main/java/org/apache/commons/jelly/parser/XMLParser.java +++ b/core/src/main/java/org/apache/commons/jelly/parser/XMLParser.java @@ -482,7 +482,8 @@ public class XMLParser extends DefaultHandler { /** * Called to create an instance of the ExpressionFactory (@see getExpressionFactory) - * @return + * + * @return A new JexlExpressionFactory. */ protected ExpressionFactory createExpressionFactory() { return new JexlExpressionFactory();