Skip to content

Commit 9290acf

Browse files
remove NOMERGE
1 parent c28d091 commit 9290acf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/action/admin/cluster/node/usage/NodeUsageStatsForThreadPoolsAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public Response(
7373
public Map<String, NodeUsageStatsForThreadPools> getAllNodeUsageStatsForThreadPools() {
7474
Map<String, NodeUsageStatsForThreadPools> allNodeUsageStatsForThreadPools = new HashMap<>();
7575
for (NodeUsageStatsForThreadPoolsAction.NodeResponse nodeResponse : getNodes()) {
76-
// NOMERGE: Is the nodeID in NodeUsageStatsForThreadPools redundant? What is it useful for? If not, remove?
7776
allNodeUsageStatsForThreadPools.put(
7877
nodeResponse.getNodeUsageStatsForThreadPools().nodeId(),
7978
nodeResponse.getNodeUsageStatsForThreadPools()

0 commit comments

Comments
 (0)