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 924bd6bd23a95589723b90b84a41fd828d7ca1da Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 17:01:23 2026 -0700 Javadoc --- src/test/java/org/apache/commons/xml/secure/XIncludeTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/apache/commons/xml/secure/XIncludeTest.java b/src/test/java/org/apache/commons/xml/secure/XIncludeTest.java index 3101b44..23f843a 100644 --- a/src/test/java/org/apache/commons/xml/secure/XIncludeTest.java +++ b/src/test/java/org/apache/commons/xml/secure/XIncludeTest.java @@ -91,7 +91,7 @@ public InputSource resolveEntity(final String publicId, final String systemId) { /** * Enables XInclude on the factory under test, skipping the test when the platform refuses. * - * <p>On Android{@code setXIncludeAware(true)} always throws {@link UnsupportedOperationException}.</p> + * <p>On Android, {@code setXIncludeAware(true)} always throws {@link UnsupportedOperationException}.</p> */ private static void assumeXIncludeAware(final DocumentBuilderFactory factory) { try { @@ -104,7 +104,7 @@ private static void assumeXIncludeAware(final DocumentBuilderFactory factory) { /** * Enables XInclude on the factory under test, skipping the test when the platform refuses. * - * <p>On Android{@code setXIncludeAware(true)} always throws {@link UnsupportedOperationException}.</p> + * <p>On Android, {@code setXIncludeAware(true)} always throws {@link UnsupportedOperationException}.</p> */ private static void assumeXIncludeAware(final SAXParserFactory factory) { try {
