Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
shulng committed Aug 25, 2024
1 parent 4f91c67 commit e1e71e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class CommunicationAuth {
try {
messageDigest = MessageDigest.getInstance("SHA-256");
} catch (NoSuchAlgorithmException e) {
throw new RuntimeException("SHA-256 algorithm not found", e);
throw new RuntimeException(e);
}
}

Expand Down

0 comments on commit e1e71e9

Please sign in to comment.