Sonar fixes
Critical issues for `o.s.i.j*` (except `jdbc`).
This commit is contained in:
committed by
Artem Bilan
parent
89fdb938de
commit
7efe79f457
@@ -393,7 +393,9 @@ public class CachingClientConnectionFactory extends AbstractClientConnectionFact
|
||||
|
||||
private final AtomicBoolean released = new AtomicBoolean();
|
||||
|
||||
private CachedConnection(TcpConnectionSupport connection, @Nullable TcpListener tcpListener) {
|
||||
private CachedConnection(TcpConnectionSupport connection, // NOSONAR false positive, not marked @Nullable
|
||||
@Nullable TcpListener tcpListener) {
|
||||
|
||||
super.setTheConnection(connection);
|
||||
registerListener(tcpListener);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user