Skip to content

Commit 5e65a21

Browse files
author
Robert Kruszewski
committed
order
1 parent 3d67f87 commit 5e65a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/network-common/src/main/java/org/apache/spark/network/util/NettyMemoryMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class NettyMemoryMetrics implements MetricSet {
4444
private final String metricPrefix;
4545

4646
@VisibleForTesting
47-
final static Set<String> VERBOSE_METRICS = new HashSet<>();
47+
static final Set<String> VERBOSE_METRICS = new HashSet<>();
4848
static {
4949
VERBOSE_METRICS.addAll(Arrays.asList(
5050
"numAllocations",

0 commit comments

Comments
 (0)