Skip to content

Commit

Permalink
comment log
Browse files Browse the repository at this point in the history
  • Loading branch information
133tosakarin committed Sep 9, 2024
1 parent 23b670c commit da67bf9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ private MessageDigest newMd5Digest() throws IOException {
try {
return MessageDigest.getInstance("MD5");
} catch (NoSuchAlgorithmException e) {
LOG.warn("could not find MD5 digest algorithm", e);
throw new IOException("could not find MD5 digest algorithm");
}
}
Expand Down

0 comments on commit da67bf9

Please sign in to comment.