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 5d7f8962874761abb2e5762f40cf4b47773648a6 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 16:54:39 2026 -0400 Fix missing text. --- src/main/java/org/apache/commons/xml/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/package-info.java b/src/main/java/org/apache/commons/xml/package-info.java index 9b28a28..6f9b5ba 100644 --- a/src/main/java/org/apache/commons/xml/package-info.java +++ b/src/main/java/org/apache/commons/xml/package-info.java @@ -40,7 +40,7 @@ * </p> * <h2>Security Guarantees</h2> * <p> - * Every factory returned by makes the same three guarantees, regardless of which JAXP implementation is on the classpath: + * Every factory returned by this library makes the same three guarantees, regardless of which JAXP implementation is on the classpath: * </p> * <ul> * <li><strong>External DTDs are not fetched.</strong></li>
