Skip to content

Commit

Permalink
PMD fix make: Make class final
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 10, 2024
1 parent 8d34ffd commit 53f3d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/io/ByteBuffers.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* @since 2.19.0
*/
public class ByteBuffers {
public final class ByteBuffers {

/**
* Allocates a new byte buffer with little-endian byte order. The bytes of a multibyte value are ordered from least significant to most significant.
Expand Down

0 comments on commit 53f3d02

Please sign in to comment.