Sonar false positive polishing
Reported on next line.
This commit is contained in:
@@ -393,8 +393,8 @@ public class CachingClientConnectionFactory extends AbstractClientConnectionFact
|
||||
|
||||
private final AtomicBoolean released = new AtomicBoolean();
|
||||
|
||||
private CachedConnection(TcpConnectionSupport connection, // NOSONAR false positive, not marked @Nullable
|
||||
@Nullable TcpListener tcpListener) {
|
||||
private CachedConnection(TcpConnectionSupport connection,
|
||||
@Nullable TcpListener tcpListener) { // NOSONAR false positive, connection not marked @Nullable
|
||||
|
||||
super.setTheConnection(connection);
|
||||
registerListener(tcpListener);
|
||||
|
||||
Reference in New Issue
Block a user