We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ca19a commit c4ebd92Copy full SHA for c4ebd92
src/main/java/com/rabbitmq/stream/impl/JdkChunkChecksum.java
@@ -35,7 +35,7 @@ class JdkChunkChecksum implements ChunkChecksum {
35
36
static {
37
if (isChecksumUpdateByteBufferAvailable()) {
38
- LOGGER.debug("Checksum#update(ByteBuffer) method not available, using it for direct buffers");
+ LOGGER.debug("Checksum#update(ByteBuffer) method available, using it for direct buffers");
39
CRC32_SINGLETON = new ByteBufferDirectByteBufChecksum(CRC32_SUPPLIER);
40
} else {
41
LOGGER.debug(
0 commit comments