We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0856ec5 commit 39bfb46Copy full SHA for 39bfb46
1 file changed
src/main/java/org/apache/commons/io/ByteOrderParser.java
@@ -33,7 +33,7 @@ private ByteOrderParser() {
33
}
34
35
/**
36
- * Parses the String argument as a {@link ByteOrder}, ignoring case.
+ * Parses the String argument as a {@link ByteOrder}.
37
* <p>
38
* Returns {@code ByteOrder.LITTLE_ENDIAN} if the given value is {@code "LITTLE_ENDIAN"}.
39
* </p>
0 commit comments