Repository: commons-io
Updated Branches:
  refs/heads/master 0856ec5c0 -> 39bfb4645


Fix documentation - ByteOrderParser is case sensitive


Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/39bfb464
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/39bfb464
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/39bfb464

Branch: refs/heads/master
Commit: 39bfb4645c23a673684dc5d62278cd83937a38c8
Parents: 0856ec5
Author: Benedikt Ritter <brit...@apache.org>
Authored: Sat Oct 14 13:49:28 2017 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Sat Oct 14 13:49:28 2017 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/io/ByteOrderParser.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/39bfb464/src/main/java/org/apache/commons/io/ByteOrderParser.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/io/ByteOrderParser.java 
b/src/main/java/org/apache/commons/io/ByteOrderParser.java
index 8702665..ee47469 100644
--- a/src/main/java/org/apache/commons/io/ByteOrderParser.java
+++ b/src/main/java/org/apache/commons/io/ByteOrderParser.java
@@ -33,7 +33,7 @@ public final class ByteOrderParser {
     }
 
     /**
-     * Parses the String argument as a {@link ByteOrder}, ignoring case.
+     * Parses the String argument as a {@link ByteOrder}.
      * <p>
      * Returns {@code ByteOrder.LITTLE_ENDIAN} if the given value is {@code 
"LITTLE_ENDIAN"}.
      * </p>

Reply via email to