This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git
commit 974c802ebe42dda2be243feba0cfa995f63ee9a9 Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 15:52:07 2026 -0700 Javadoc --- src/main/java/org/apache/commons/xml/secure/SecureTemplates.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/secure/SecureTemplates.java b/src/main/java/org/apache/commons/xml/secure/SecureTemplates.java index 7025906..11eeb5c 100644 --- a/src/main/java/org/apache/commons/xml/secure/SecureTemplates.java +++ b/src/main/java/org/apache/commons/xml/secure/SecureTemplates.java @@ -74,7 +74,7 @@ final class SecureTemplates implements Templates { } /** - * Gets the wrapped implementation Templates, for factory methods whose implementations cast {@code newTransformer()} to their own type. + * Gets the wrapped {@link Templates} implementation for factory methods whose implementations cast {@code newTransformer()} to their own type. * * @return the wrapped {@link Templates} implementation, never {@code null}. */
