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 f7798ed10d2ef98b66e0e5c34248a77a49eca417 Author: Gary Gregory <[email protected]> AuthorDate: Mon Aug 31 07:38:31 2026 -0400 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 3ff9eb4..ec813f4 100644 --- a/src/main/java/org/apache/commons/xml/secure/SecureTemplates.java +++ b/src/main/java/org/apache/commons/xml/secure/SecureTemplates.java @@ -76,7 +76,7 @@ final class SecureTemplates implements Templates { /** * Gets the wrapped implementation Templates, for factory methods whose implementations cast {@code newTransformer()} to their own type. * - * @return the wrapped {@link Templates} implementation. + * @return the wrapped {@link Templates} implementation, never {@code null}. */ Templates getDelegate() { return delegate;
