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 5ffc4cc67c8ae2d2ecf31ecd854b088dfa63f74f Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 15:48:22 2026 -0700 Javadoc --- src/main/java/org/apache/commons/xml/secure/SecureException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/secure/SecureException.java b/src/main/java/org/apache/commons/xml/secure/SecureException.java index 2d89913..bc44851 100644 --- a/src/main/java/org/apache/commons/xml/secure/SecureException.java +++ b/src/main/java/org/apache/commons/xml/secure/SecureException.java @@ -76,7 +76,7 @@ static String forbidden(final String type, final String namespace, final String * Builds the standard exception for a failed internal reader provisioning. * * <p>Every supported implementation provides a reader as a routine capability, so the wrapped {@code ParserConfigurationException} or - * {@code SAXException} signals a broken environment, not a per-parse condition — hence unchecked.</p> + * {@code SAXException} signals a broken environment, not a per-parse condition, so the exception is unchecked.</p> * * @param cause The original checked exception from the JAXP implementation. * @return the exception to throw.
