mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add comments
This commit is contained in:
parent
630eebeeac
commit
bd949f4fd9
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ public class Utils {
|
||||||
String output = bigInt.toString(16);
|
String output = bigInt.toString(16);
|
||||||
// Fill to 40 chars
|
// Fill to 40 chars
|
||||||
output = String.format("%40s", output).replace(' ', '0');
|
output = String.format("%40s", output).replace(' ', '0');
|
||||||
Log.i(TAG, "Generated: " + output);
|
Log.i(TAG, "File SHA1: " + output);
|
||||||
|
|
||||||
return output;
|
return output;
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue