Skip to content

Commit 7623def

Browse files
committed
Make inner class static
1 parent 7c92d79 commit 7623def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/stream/codec/QpidProtonCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ public Map<String, Object> getMessageAnnotations() {
583583

584584
// from
585585
// https://github.com/apache/activemq/blob/master/activemq-amqp/src/main/java/org/apache/activemq/transport/amqp/message/AmqpWritableBuffer.java
586-
private class ByteArrayWritableBuffer implements WritableBuffer {
586+
private static class ByteArrayWritableBuffer implements WritableBuffer {
587587

588588
public static final int DEFAULT_CAPACITY = 4 * 1024;
589589

0 commit comments

Comments
 (0)