elharo commented on code in PR #566:
URL: https://github.com/apache/commons-io/pull/566#discussion_r1467602536
##########
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:
Good point. Curious, has any system ever actually used middle-endianess or
is it just a theoretical possibility? Anyway, let me update this.
--
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]