Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Dec 8, 2023
1 parent 391d5b5 commit b534d8b
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
* Computes hashes from files and verifies file hashes to detect modified
* files.
*
* Supported hash algorithms:
* <ul>
* <li>MD5 (default)</li>
* <li>SHA-1</li>
* <li>SHA-512</li>
* </ul>
*
* changes.
* Supports any algorithms supplied by the Java VM like MD5, SHA-1, SHA-512
*/
public class FileHasher {

Expand Down

0 comments on commit b534d8b

Please sign in to comment.