garydgregory commented on code in PR #566:
URL: https://github.com/apache/commons-io/pull/566#discussion_r1467148185
##########
src/main/java/org/apache/commons/io/EndianUtils.java:
##########
@@ -261,7 +275,8 @@ public static float swapFloat(final float value) {
}
/**
- * Converts an "int" value between endian systems.
+ * Converts an {@code int} value between endian systems.
Review Comment:
We should be clear that the toggle is between big and little-endian. We'll
then avoid the shadow of even thinking about middle-endian madness.
--
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]