From 36fcd2d269ac5ee7cbcb52586ed254d191c9cc30 Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Wed, 18 Dec 2024 17:07:28 -0600 Subject: [PATCH] convert sha384HashTag to final Signed-off-by: Alfredo Gutierrez --- .../hedera/block/server/verification/hasher/CommonUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/java/com/hedera/block/server/verification/hasher/CommonUtils.java b/server/src/main/java/com/hedera/block/server/verification/hasher/CommonUtils.java index b57ee41c..a5e7d1f5 100644 --- a/server/src/main/java/com/hedera/block/server/verification/hasher/CommonUtils.java +++ b/server/src/main/java/com/hedera/block/server/verification/hasher/CommonUtils.java @@ -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.