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 864082e493e1b99fc5de7655af13cc091b42ccc2
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 14 17:06:42 2026 -0700

    Comments, grammar.
---
 android-tests/build.gradle.kts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/android-tests/build.gradle.kts b/android-tests/build.gradle.kts
index 9ef2ac1..f323b98 100644
--- a/android-tests/build.gradle.kts
+++ b/android-tests/build.gradle.kts
@@ -38,7 +38,7 @@ plugins {
 
 /** Returns the `version` of the Maven project itself: the direct child of the 
root element, never the `parent` block's. */
 fun projectVersionOf(pom: File): String {
-    // newInstance, not newNSInstance: the path below is spelled plainly, and 
would select nothing if the POM namespace were honoured.
+    // newInstance, not newNSInstance: the path below is spelled plainly, and 
would select nothing if the POM namespace were honored.
     val documents = SecureDocumentBuilderFactory.newInstance()
     val version = SecureXPathFactory.newInstance().newXPath()
         .evaluate("/project/version", 
documents.newDocumentBuilder().parse(pom))
@@ -92,7 +92,7 @@ android {
         managedDevices {
             localDevices {
                 // API 33 is the first AOSP release shipping libexpat >= 2.4, 
which has the built-in billion-laughs check.
-                // Earlier images (e.g. API 31 with libexpat 2.3.0) carry no 
native amplification protection.
+                // Earlier images (e.g., API 31 with libexpat 2.3.0) carry no 
native amplification protection.
                 create("api33") {
                     device = "Pixel 6a"
                     apiLevel = 33
@@ -120,7 +120,7 @@ junitPlatform {
     // No instrumentation found for: de.mannodermaus.junit.unsupported.behavior
     configurationParameters(mapOf("junit.jupiter.execution.parallel.enabled" 
to "false"))
     filters {
-        // Pass single tag expression
+        // Pass a single tag expression
         includeTags("dom | sax | schema | trax")
     }
 }

Reply via email to