Skip to content

Commit 615ca60

Browse files
committed
Add TODO.
1 parent 4239f47 commit 615ca60

File tree

1 file changed

+1
-1
lines changed
  • java-components/domain-proxy/common/src/main/java/com/redhat/hacbs/domainproxy/common

1 file changed

+1
-1
lines changed

java-components/domain-proxy/common/src/main/java/com/redhat/hacbs/domainproxy/common/CommonIOUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static Runnable createChannelToSocketWriter(final int byteBufferSize, fin
8080
}
8181

8282
private static void closeSocketAndChannel(final Socket socket, final SocketChannel channel) {
83-
synchronized (CLOSE_LOCK) {
83+
synchronized (CLOSE_LOCK) { // TODO is this necessary?
8484
try {
8585
if (channel != null && channel.isOpen()) {
8686
channel.close();

0 commit comments

Comments
 (0)