Skip to content

Commit 355479f

Browse files
committed
Sonar false positive polishing
Reported on next line.
1 parent 7efe79f commit 355479f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-integration-ip/src/main/java/org/springframework/integration/ip/tcp/connection/CachingClientConnectionFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ private final class CachedConnection extends TcpConnectionInterceptorSupport {
393393

394394
private final AtomicBoolean released = new AtomicBoolean();
395395

396-
private CachedConnection(TcpConnectionSupport connection, // NOSONAR false positive, not marked @Nullable
397-
@Nullable TcpListener tcpListener) {
396+
private CachedConnection(TcpConnectionSupport connection,
397+
@Nullable TcpListener tcpListener) { // NOSONAR false positive, connection not marked @Nullable
398398

399399
super.setTheConnection(connection);
400400
registerListener(tcpListener);

0 commit comments

Comments
 (0)