Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Clean up warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Oct 2, 2013
1 parent 35c5365 commit 0a7fced
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ public static String md5Hex(String message) {
* @throws java.io.IOException
* On error reading from the file.
*/
public static final String getMD5Checksum(File f)
public static String getMD5Checksum(File f)
throws FileNotFoundException, IOException {
FileInputStream fis = new FileInputStream(f);
try {
Expand Down

0 comments on commit 0a7fced

Please sign in to comment.