Skip to content

Commit baa1f23

Browse files
committed
Squash Spotbugs warning
1 parent cd1cf28 commit baa1f23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/rabbitmq/stream/impl/StreamEnvironment.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
import com.rabbitmq.stream.oauth2.CredentialsManager;
6262
import com.rabbitmq.stream.sasl.CredentialsProvider;
6363
import com.rabbitmq.stream.sasl.UsernamePasswordCredentialsProvider;
64-
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
6564
import io.netty.buffer.ByteBufAllocator;
6665
import io.netty.channel.EventLoopGroup;
6766
import io.netty.handler.ssl.SslContext;
@@ -130,7 +129,6 @@ final class StreamEnvironment implements Environment {
130129
private final ObservationCollector<?> observationCollector;
131130
private final Duration rpcTimeout;
132131

133-
@SuppressFBWarnings("CT_CONSTRUCTOR_THROW")
134132
StreamEnvironment(
135133
ScheduledExecutorService scheduledExecutorService,
136134
Client.ClientParameters clientParametersPrototype,

0 commit comments

Comments
 (0)