Add comments

This commit is contained in:
misaochan 2016-12-15 15:30:33 +13:00
parent 636e7ddcfb
commit 81503befb0
2 changed files with 2 additions and 1 deletions

View file

@ -45,6 +45,7 @@ public class Utils {
private static final String TAG = Utils.class.getName();
// Get SHA1 of file from input stream
public static String getSHA1(InputStream is) {
MessageDigest digest;