Skip to content

Commit 6a9849d

Browse files
Update hedera-node/hedera-app/src/main/java/com/hedera/node/app/metrics/NodeMetrics.java
Co-authored-by: Matt Hess <[email protected]> Signed-off-by: Neeharika Sompalli <[email protected]>
1 parent 041fe15 commit 6a9849d

File tree

1 file changed

+1
-1
lines changed
  • hedera-node/hedera-app/src/main/java/com/hedera/node/app/metrics

1 file changed

+1
-1
lines changed

hedera-node/hedera-app/src/main/java/com/hedera/node/app/metrics/NodeMetrics.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void registerMissingNodeMetrics(@NonNull List<RosterEntry> rosterEntries)
6060
* @param nodeId the node ID
6161
* @param activePercent the active round percentage
6262
*/
63-
public void updateNodeActiveMetrics(long nodeId, double activePercent) {
63+
public void updateNodeActiveMetrics(final long nodeId, final double activePercent) {
6464
if (activeRoundsAverages.containsKey(nodeId)) {
6565
activeRoundsAverages.get(nodeId).update(activePercent);
6666
}

0 commit comments

Comments
 (0)