I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 18bbae1d authored by aum's avatar aum Committed by zzz
Browse files

changed 'String decode(String raw)' to 'String decodeToString(String raw)'

to eliminate name clash.
parent 08ee62b5
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ public class Base64 {
}
/** convenience method added by aum */
public static String decode(String s) {
public static String decodeToString(String s) {
return new String(decode(s));
}
public static byte[] decode(String s) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment