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 d7c29991f648ef022c3c17fb89e5277d0222922d Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 13:54:09 2026 -0400 Javadoc: "hardened" -> "secured" wording to match new class and method names. --- src/test/java/org/apache/commons/xml/SaxSurfaceTestSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/xml/SaxSurfaceTestSupport.java b/src/test/java/org/apache/commons/xml/SaxSurfaceTestSupport.java index 59929b9..23eb7f2 100644 --- a/src/test/java/org/apache/commons/xml/SaxSurfaceTestSupport.java +++ b/src/test/java/org/apache/commons/xml/SaxSurfaceTestSupport.java @@ -47,7 +47,7 @@ static void feed(final ContentHandler handler, final InputSource input) throws E reader.parse(input); } - /** The hardened factory, as its runtime {@link SAXTransformerFactory} type. */ + /** The secure factory, as its runtime {@link SAXTransformerFactory} type. */ static SAXTransformerFactory hardenedFactory() { return (SAXTransformerFactory) SecureTransformerFactory.newInstance(); }
