This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 06ab33e63 Javadoc and comment typos
06ab33e63 is described below
commit 06ab33e632e79acc31268b7c0d4637d3ee73728a
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun May 4 09:32:39 2025 -0400
Javadoc and comment typos
---
src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java
b/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java
index 18d65d188..775ca2cb2 100644
--- a/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java
+++ b/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java
@@ -652,7 +652,7 @@ public void testReadWithoutBOM() throws Exception {
@Test
public void testReadXmlWithBOMUcs2() throws Exception {
- assumeFalse(SystemProperties.getJavaVendor().contains("IBM"), "This
test does not pass on some IBM VMs xml parsers");
+ assumeFalse(SystemProperties.getJavaVendor().contains("IBM"), "This
test does not pass on some IBM VMs XML parsers");
// UCS-2 is BE.
assumeTrue(Charset.isSupported("ISO-10646-UCS-2"));