garydgregory commented on code in PR #566:
URL: https://github.com/apache/commons-io/pull/566#discussion_r1466531754
##########
src/main/java/org/apache/commons/io/EndianUtils.java:
##########
@@ -78,19 +84,20 @@ public static double readSwappedDouble(final InputStream
input) throws IOExcepti
}
/**
- * Reads a "float" value from a byte array at a given offset. The value is
- * converted to the opposed endian system while reading.
+ * Reads a little endian "float" value from a byte array at a given offset.
Review Comment:
I think that using `{@code _type_}` would be better here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]