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 dcc9d959e507274a43c441761161577ef2227dad Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 13:53:38 2026 -0400 Javadoc: "hardened" -> "secured" wording to match new class and method names. --- 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 6b122c0..25463e6 100644 --- a/src/main/java/org/apache/commons/xml/package-info.java +++ b/src/main/java/org/apache/commons/xml/package-info.java @@ -15,7 +15,7 @@ * limitations under the License. */ /** - * Apache Commons Secure XML provides secure-by-default JAXP factory creation for Java. A single method call returns a hardened JAXP factory that can be used to + * Apache Commons Secure XML provides secure-by-default JAXP factory creation for Java. A single method call returns a secure JAXP factory that can be used to * <em>safely</em> parse XML files. * <p> * Every method returns <em>new, hardened</em> factory instances. No caching or pooling is performed; callers on a hot path are responsible for their own
