File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/com/rabbitmq/stream/impl Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 6161import com .rabbitmq .stream .oauth2 .CredentialsManager ;
6262import com .rabbitmq .stream .sasl .CredentialsProvider ;
6363import com .rabbitmq .stream .sasl .UsernamePasswordCredentialsProvider ;
64- import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
6564import io .netty .buffer .ByteBufAllocator ;
6665import io .netty .channel .EventLoopGroup ;
6766import 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 ,
You can’t perform that action at this time.
0 commit comments