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

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

changed existing 'decodeToString' to public

parent b232cc0f
No related branches found
No related tags found
No related merge requests found
...@@ -568,7 +568,7 @@ public class Base64 { ...@@ -568,7 +568,7 @@ public class Base64 {
* @return The data as a string * @return The data as a string
* @since 1.4 * @since 1.4
*/ */
private static String decodeToString(String s) { public static String decodeToString(String s) {
return new String(decode(s)); return new String(decode(s));
} // end decodeToString } // end decodeToString
......
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