Skip to content

Commit 39bfb46

Browse files
committed
Fix documentation - ByteOrderParser is case sensitive
1 parent 0856ec5 commit 39bfb46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/ByteOrderParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ private ByteOrderParser() {
3333
}
3434

3535
/**
36-
* Parses the String argument as a {@link ByteOrder}, ignoring case.
36+
* Parses the String argument as a {@link ByteOrder}.
3737
* <p>
3838
* Returns {@code ByteOrder.LITTLE_ENDIAN} if the given value is {@code "LITTLE_ENDIAN"}.
3939
* </p>

0 commit comments

Comments
 (0)