Skip to content

Commit 863808f

Browse files
add javadoc comment to ByteOrderUtils constructor (fixes checkstyle violation)
1 parent 928da12 commit 863808f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/org/apache/commons/io/ByteOrderUtils.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ public final class ByteOrderUtils {
3939
*/
4040
public static final String LITTLE_ENDIAN = "Little";
4141

42+
/**
43+
* ByteOrderUtils is a static utility class, so prevent construction with a private constructor.
44+
*/
4245
private ByteOrderUtils() {
4346
}
4447

0 commit comments

Comments
 (0)