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 7500241a43ed74be0395f94bdc127ebca6c3b31e Author: Gary Gregory <[email protected]> AuthorDate: Wed Sep 2 06:46:50 2026 -0400 Javadoc (grammar) --- .../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 0f63892..541f633 100644 --- a/src/test/java/org/apache/commons/xml/secure/SecureFactoriesSmokeTest.java +++ b/src/test/java/org/apache/commons/xml/secure/SecureFactoriesSmokeTest.java @@ -332,7 +332,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 + * The public classes must not extend their JAXP factory type: extending it would inherit the JAXP static factory methods, letting a caller obtain an * unsecured factory through an inherited method such as {@code newInstance(String, ClassLoader)} or {@code newDefaultInstance()}. */ @Test
