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 3ab27442e8c2b0add5d91632f0930b40a82a0469 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 17:45:25 2026 -0400 Javadoc: Use "secure" terminology. --- src/main/java/org/apache/commons/xml/SecureTransformerFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/SecureTransformerFactory.java b/src/main/java/org/apache/commons/xml/SecureTransformerFactory.java index 1a1dd61..dcf12ed 100644 --- a/src/main/java/org/apache/commons/xml/SecureTransformerFactory.java +++ b/src/main/java/org/apache/commons/xml/SecureTransformerFactory.java @@ -427,7 +427,7 @@ public static TransformerFactory newInstance(final String factoryClassName, fina * {@link org.apache.commons.xml}-hardened reader instead.</li> * </ul> * - * @param factory the factory to harden; never {@code null}. + * @param factory the factory to secure; never {@code null}. * @return a secure factory. */ static TransformerFactory secure(final TransformerFactory factory) {
