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 079b1d217dcef9be9485ae720c24a1ae1f52d885 Author: Gary Gregory <[email protected]> AuthorDate: Thu Aug 27 21:23:28 2026 -0400 Javadoc --- src/main/java/org/apache/commons/xml/HardeningTransformerFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/HardeningTransformerFactory.java b/src/main/java/org/apache/commons/xml/HardeningTransformerFactory.java index 6dafad4..1a73f58 100644 --- a/src/main/java/org/apache/commons/xml/HardeningTransformerFactory.java +++ b/src/main/java/org/apache/commons/xml/HardeningTransformerFactory.java @@ -97,7 +97,7 @@ static TransformerFactory wrap(final SAXTransformerFactory delegate) { * Wraps a prepared delegate in the hardening wrapper; called by the hardener once the required settings are applied. * * @param delegate the delegate to wrap; must not be {@code null}. - * @param emptySource supplies the empty document a denied fetch resolves to. + * @param emptySource supplies the empty document a denied fetch resolves to; may be {@code null} for the default empty DOM document. * @return The hardened factory. */ static TransformerFactory wrap(final SAXTransformerFactory delegate, final Supplier<Source> emptySource) {
