We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2953497 commit 85d93abCopy full SHA for 85d93ab
src/main/java/com/rabbitmq/stream/codec/QpidProtonCodec.java
@@ -18,7 +18,6 @@
18
import com.rabbitmq.stream.Message;
19
import com.rabbitmq.stream.MessageBuilder;
20
import com.rabbitmq.stream.Properties;
21
-import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
22
import java.nio.ByteBuffer;
23
import java.util.*;
24
import java.util.function.Function;
@@ -655,7 +654,6 @@ static class ByteArrayWritableBuffer implements WritableBuffer {
655
654
this.buffer = new byte[capacity];
656
}
657
658
- @SuppressFBWarnings("EI_EXPOSE_REP")
659
byte[] getArray() {
660
return buffer;
661
0 commit comments