Skip to content

Commit f784439

Browse files
committed
NIFI-14506 removed unnesseary comment
1 parent 4fa8a8c commit f784439

File tree

1 file changed

+0
-1
lines changed
  • nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/src/main/java/org/apache/nifi/distributed/cache/client

1 file changed

+0
-1
lines changed

nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/src/main/java/org/apache/nifi/distributed/cache/client/CacheClient.java

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ protected CacheClient(final String hostname,
6363
final String identifier) {
6464
final String poolName = String.format("%s[%s]", getClass().getSimpleName(), identifier);
6565
this.eventLoopGroup = new MultiThreadIoEventLoopGroup(new DefaultThreadFactory(poolName, DAEMON_THREAD_ENABLED), NioIoHandler.newFactory());
66-
//this.eventLoopGroup = new NioEventLoopGroup(new DefaultThreadFactory(poolName, DAEMON_THREAD_ENABLED));
6766
this.channelPool = new CacheClientChannelPoolFactory().createChannelPool(
6867
hostname, port, timeoutMillis, sslContextProvider, factory, eventLoopGroup);
6968
}

0 commit comments

Comments
 (0)