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 b08f73ef1a48952bddfdf4818dc8cc834c998374 Author: Gary Gregory <[email protected]> AuthorDate: Tue Sep 1 08:19:40 2026 -0400 Javadoc --- .../java/org/apache/commons/xml/secure/SecureFactoriesSmokeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/xml/secure/SecureFactoriesSmokeTest.java b/src/test/java/org/apache/commons/xml/secure/SecureFactoriesSmokeTest.java index b19838a..0f63892 100644 --- a/src/test/java/org/apache/commons/xml/secure/SecureFactoriesSmokeTest.java +++ b/src/test/java/org/apache/commons/xml/secure/SecureFactoriesSmokeTest.java @@ -333,7 +333,7 @@ void newXPathFactoryReturnsFreshInstance() throws Exception { /** * The public classes must not extend their JAXP factory type: extending it would inherit the JAXP static factory methods, letting a caller obtain a - * non-secured factory through an inherited method such as {@code newInstance(String, ClassLoader)} or {@code newDefaultInstance()}. + * unsecured factory through an inherited method such as {@code newInstance(String, ClassLoader)} or {@code newDefaultInstance()}. */ @Test @Tag("dom")
