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 661dcf85a8e8b9366e26f83760e7ed76283d7b44
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 14 17:00:58 2026 -0700

    Javadoc
---
 src/test/java/org/apache/commons/xml/secure/TestConstants.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/xml/secure/TestConstants.java 
b/src/test/java/org/apache/commons/xml/secure/TestConstants.java
index f7b06e6..79622d2 100644
--- a/src/test/java/org/apache/commons/xml/secure/TestConstants.java
+++ b/src/test/java/org/apache/commons/xml/secure/TestConstants.java
@@ -40,7 +40,9 @@ class TestConstants {
      */
     static final String ACCESS_EXTERNAL_STYLESHEET = 
"http://javax.xml.XMLConstants/property/accessExternalStylesheet";;
 
-    /** JAXP 1.2 schema-language attribute, recognized by the JDK's internal 
and the standalone Xerces alike. */
+    /**
+     * JAXP 1.2 schema-language attribute, recognized by both the JDK's 
internal Xerces implementation and the standalone Xerces implementation.
+     */
     static final String JAXP_SCHEMA_LANGUAGE = 
"http://java.sun.com/xml/jaxp/properties/schemaLanguage";;
 
     /** Xerces external-schemaLocation property, recognized by the JDK's 
internal and the standalone Xerces schema loaders alike. */

Reply via email to