Skip to content

Commit

Permalink
HDFS-17247. Fix checkstytle
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyang1987 committed Nov 4, 2023
1 parent 5e99ff9 commit 4ae1ed8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ protected static int compareDataNode(final DatanodeDescriptor a,
return a.getDfsUsedPercent() < b.getDfsUsedPercent() ? -1 : 1;
}

protected static class AvailableSpaceContext {
protected final static class AvailableSpaceContext {
private final int balancedPreference;
private final int balancedSpaceToleranceLimit;
private final int balancedSpaceTolerance;
Expand Down

0 comments on commit 4ae1ed8

Please sign in to comment.