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
Branches
Tags
1 merge request!266Move Titan classes to Theodolite
......@@ -9,7 +9,7 @@ import java.nio.ByteBuffer;
*/
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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment