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 e0704b6b8fd11fa54b562f47ff3c13260267a9fa Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 17:02:15 2026 -0700 Javadoc --- src/test/java11/org/apache/commons/xml/DescriptorIT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java11/org/apache/commons/xml/DescriptorIT.java b/src/test/java11/org/apache/commons/xml/DescriptorIT.java index 27c67a4..fa95148 100644 --- a/src/test/java11/org/apache/commons/xml/DescriptorIT.java +++ b/src/test/java11/org/apache/commons/xml/DescriptorIT.java @@ -41,8 +41,8 @@ * out of the built jar and asserts the same invariant against each: the only mandatory dependency may be on the platform itself. Every other dependency, such * as Saxon HE or Xerces, must be optional, so a deployment that does not provide it still resolves.</p> * - * <p>"Platform" means the packages an OSGi system bundle always exports, or the {@code java.*} modules the JDK always supplies. Those are the one set of - * dependencies that does not need to be optional.</p> + * <p>"Platform" means the packages an OSGi system bundle always exports, or the {@code java.*} modules the JDK always supplies. These are the only + * dependencies that do not need to be optional.</p> * * <p>This test reads {@code module-info} through {@link ModuleDescriptor}, a Java 9 API the project's release-8 test sources cannot reference. It therefore * lives in {@code src/test/java11} and is compiled and run only under the {@code java11-tests} profile, which activates on JDK 11 or later.</p>
