Skip to content

Commit

Permalink
convert sha384HashTag to final
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Dec 18, 2024
1 parent 5856d2b commit 36fcd2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private CommonUtils() {
/**
* The tag for the SHA-384 algorithm.
*/
private static String sha384HashTag = "SHA-384";
private static final String sha384HashTag = "SHA-384";

/**
* Returns the SHA-384 hash of the given bytes.
Expand Down

0 comments on commit 36fcd2d

Please sign in to comment.