Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
Change-Id: Ie970e49ad57505d7ff10092827a76c04ab8e8b47
  • Loading branch information
dombizita committed Apr 3, 2024
1 parent 0ecbfc4 commit b81dad6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ public final class HddsConfigKeys {
public static final String HDDS_SECRET_KEY_ALGORITHM_DEFAULT =
"HmacSHA256";

public static final String OZONE_COMPLIANCE_ALLOWED_HDDS_SECRET_KEY_ALGORITHM = "ozone.compliance.allowed.hdds.secret.key.algorithm";
public static final String OZONE_COMPLIANCE_ALLOWED_HDDS_SECRET_KEY_ALGORITHM =
"ozone.compliance.allowed.hdds.secret.key.algorithm";
public static final String OZONE_COMPLIANCE_ALLOWED_HDDS_SECRET_KEY_ALGORITHM_DEFAULT = "*";

public static final String HDDS_SECRET_KEY_ROTATE_CHECK_DURATION =
Expand Down

0 comments on commit b81dad6

Please sign in to comment.