Skip to content

Commit 7c91711

Browse files
committed
Comment: Remove unnecessary Latin acronym
1 parent 83a6bec commit 7c91711

File tree

1 file changed

+1
-1
lines changed
  • commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block

1 file changed

+1
-1
lines changed

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDisk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class BlockDisk implements AutoCloseable
4444

4545
/** The size of the header that indicates the amount of data stored in an occupied block. */
4646
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()
47+
// 4 bytes is the size used for ByteBuffer.putInt(int value) and ByteBuffer.getInt()
4848

4949
/** Defaults to 4kb */
5050
private static final int DEFAULT_BLOCK_SIZE_BYTES = 4 * 1024;

0 commit comments

Comments
 (0)