Skip to content

Commit 06ab33e

Browse files
committed
Javadoc and comment typos
1 parent 9dd91c4 commit 06ab33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ public void testReadWithoutBOM() throws Exception {
652652

653653
@Test
654654
public void testReadXmlWithBOMUcs2() throws Exception {
655-
assumeFalse(SystemProperties.getJavaVendor().contains("IBM"), "This test does not pass on some IBM VMs xml parsers");
655+
assumeFalse(SystemProperties.getJavaVendor().contains("IBM"), "This test does not pass on some IBM VMs XML parsers");
656656

657657
// UCS-2 is BE.
658658
assumeTrue(Charset.isSupported("ISO-10646-UCS-2"));

0 commit comments

Comments
 (0)