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-secure-xml.git
commit 1d2feee413937293f468ca3162883938d37547a9 Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 16:59:05 2026 -0700 Javadoc --- .../java/org/apache/commons/xml/secure/SecureXMLInputFactoryTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/xml/secure/SecureXMLInputFactoryTest.java b/src/test/java/org/apache/commons/xml/secure/SecureXMLInputFactoryTest.java index cd45394..e1f06d7 100644 --- a/src/test/java/org/apache/commons/xml/secure/SecureXMLInputFactoryTest.java +++ b/src/test/java/org/apache/commons/xml/secure/SecureXMLInputFactoryTest.java @@ -111,7 +111,7 @@ static String call(final String method, final Object... args) { /** * Builds an unbacked instance of the given interface whose boolean and int methods answer their neutral values and whose other methods answer - * {@code null}; the sentinel readers returned from the fake's creation methods. + * {@code null}. These instances serve as the sentinel readers returned from the fake's creation methods. */ private static <T> T proxy(final Class<T> type) { return (T) Proxy.newProxyInstance(type.getClassLoader(), new Class<?>[] { type }, (p, method, args) -> {
