mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-06 12:51:38 +00:00
changed existing 'decodeToString' to public
This commit is contained in:
@@ -568,7 +568,7 @@ public class Base64 {
|
||||
* @return The data as a string
|
||||
* @since 1.4
|
||||
*/
|
||||
private static String decodeToString(String s) {
|
||||
public static String decodeToString(String s) {
|
||||
return new String(decode(s));
|
||||
} // end decodeToString
|
||||
|
||||
|
||||
Reference in New Issue
Block a user