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
The following commit(s) were added to refs/heads/main by this push:
new b07f7a8 Javadoc
b07f7a8 is described below
commit b07f7a85b8749984d9cb612a2d57c8e67e8567c8
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 26 13:17:07 2026 -0400
Javadoc
---
src/main/java/org/apache/commons/xml/SaxonProvider.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/xml/SaxonProvider.java
b/src/main/java/org/apache/commons/xml/SaxonProvider.java
index f2af427..654c0e1 100644
--- a/src/main/java/org/apache/commons/xml/SaxonProvider.java
+++ b/src/main/java/org/apache/commons/xml/SaxonProvider.java
@@ -145,7 +145,7 @@ static Supplier<Source> emptySourceSupplier() {
}
/**
- * Tells whether the factory class is Saxon's, by package prefix, so
public subclasses such as {@code net.sf.saxon.BasicTransformerFactory} route to
the
+ * Tests whether the factory class is Saxon's, by package prefix, so
public subclasses such as {@code net.sf.saxon.BasicTransformerFactory} route to
the
* same locked-down {@link Configuration} as the factory registered for
JAXP lookup.
*
* @param factoryClass The factory implementation class.