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 0426ca84d0953ec2da970704cf6765a4c4bbe135 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 17:41:08 2026 -0400 Javadoc: Use "secure" terminology. --- src/test/java/org/apache/commons/xml/DoctypeOnlyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/xml/DoctypeOnlyTest.java b/src/test/java/org/apache/commons/xml/DoctypeOnlyTest.java index 15e267a..55fa6fc 100644 --- a/src/test/java/org/apache/commons/xml/DoctypeOnlyTest.java +++ b/src/test/java/org/apache/commons/xml/DoctypeOnlyTest.java @@ -26,7 +26,7 @@ * factories. * * <p>The SYSTEM identifier points at a deliberately bogus URL ({@code http://invalid.example.invalid/...}) under the IANA-reserved {@code .invalid} TLD: any - * attempt to fetch it would raise a network error long before the test could complete, so a passing test proves the parser did not even try. The hardening + * attempt to fetch it would raise a network error long before the test could complete, so a passing test proves the parser did not even try. The securing * contract being verified is "skip the external DTD silently when nothing in the body needs it" rather than "reject every DOCTYPE".</p> */ class DoctypeOnlyTest {
