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-xml.git
commit 0634650b10339e98850e0a003e4c35d843fbb3e3 Author: Gary Gregory <[email protected]> AuthorDate: Wed Aug 26 09:53:30 2026 -0400 Javadoc --- src/main/java/org/apache/commons/xml/HardeningTemplates.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/HardeningTemplates.java b/src/main/java/org/apache/commons/xml/HardeningTemplates.java index 7706a49..56b339e 100644 --- a/src/main/java/org/apache/commons/xml/HardeningTemplates.java +++ b/src/main/java/org/apache/commons/xml/HardeningTemplates.java @@ -66,7 +66,7 @@ final class HardeningTemplates implements Templates { } /** - * The wrapped implementation Templates, for factory methods whose implementations cast {@code newTransformer()} to their own type. + * Gets the wrapped implementation Templates, for factory methods whose implementations cast {@code newTransformer()} to their own type. * * @return the wrapped {@link Templates} implementation. */
