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 3d6cc8df Javadoc
3d6cc8df is described below
commit 3d6cc8dfbaf84ee9ccc5c87703751040c99d8c31
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 17:01:28 2025 -0500
Javadoc
---
core/src/main/java/org/apache/commons/jelly/TagLibrary.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/src/main/java/org/apache/commons/jelly/TagLibrary.java
b/core/src/main/java/org/apache/commons/jelly/TagLibrary.java
index bdcedb45..96a1016e 100644
--- a/core/src/main/java/org/apache/commons/jelly/TagLibrary.java
+++ b/core/src/main/java/org/apache/commons/jelly/TagLibrary.java
@@ -68,7 +68,7 @@ public abstract class TagLibrary {
}
/**
- * Constructor
+ * Constructs a new instance.
* @param allowUnknownTags whether unknown tags are allowed or an
exception is raised
*/
public TagLibrary(final boolean allowUnknownTags) {