Skip to content
Snippets Groups Projects
Commit 06c661bd authored by Lorenz Boguhn's avatar Lorenz Boguhn Committed by Sören Henning
Browse files

Fix pmd: Add underscore to commons.kafka.WriteBuffer

parent ce957b50
No related branches found
No related tags found
1 merge request!266Move Titan classes to Theodolite
...@@ -9,7 +9,7 @@ import java.nio.ByteBuffer; ...@@ -9,7 +9,7 @@ import java.nio.ByteBuffer;
*/ */
public class WriteBuffer { public class WriteBuffer {
private static final int BYTE_BUFFER_CAPACITY = 65536; // Is only virtual memory private static final int BYTE_BUFFER_CAPACITY = 65_536; // Is only virtual memory
private final ByteBuffer buffer = ByteBuffer.allocateDirect(BYTE_BUFFER_CAPACITY); private final ByteBuffer buffer = ByteBuffer.allocateDirect(BYTE_BUFFER_CAPACITY);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment