We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a6bec commit 7c91711Copy full SHA for 7c91711
commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDisk.java
@@ -44,7 +44,7 @@ public class BlockDisk implements AutoCloseable
44
45
/** The size of the header that indicates the amount of data stored in an occupied block. */
46
public static final byte HEADER_SIZE_BYTES = 4;
47
- // N.B. 4 bytes is the size used for ByteBuffer.putInt(int value) and ByteBuffer.getInt()
+ // 4 bytes is the size used for ByteBuffer.putInt(int value) and ByteBuffer.getInt()
48
49
/** Defaults to 4kb */
50
private static final int DEFAULT_BLOCK_SIZE_BYTES = 4 * 1024;
0 commit comments