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 436e919257d4292ee0925498530d355be0807637 Author: Gary Gregory <[email protected]> AuthorDate: Wed Aug 26 13:52:53 2026 -0400 Normalize Javadoc --- src/main/java/org/apache/commons/xml/XmlFactories.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/XmlFactories.java b/src/main/java/org/apache/commons/xml/XmlFactories.java index a7acc05..0330be0 100644 --- a/src/main/java/org/apache/commons/xml/XmlFactories.java +++ b/src/main/java/org/apache/commons/xml/XmlFactories.java @@ -115,7 +115,7 @@ public static DocumentBuilderFactory newDocumentBuilderFactory() { * </p> * * @return A hardened factory. - * @throws IllegalStateException if a required hardening setting cannot be applied to the underlying implementation. + * @throws IllegalStateException Thrown if a required hardening setting cannot be applied to the underlying implementation. * @throws FactoryConfigurationError Thrown from {@link SAXParserFactory} in case of a {@link java.util.ServiceConfigurationError service configuration * error} or if the implementation is not available or cannot be instantiated. */
