1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Fix visibility

This commit is contained in:
Jan Berkel 2014-12-12 00:18:16 +00:00
parent e59adf46c0
commit edfd20bf85

View File

@ -33,7 +33,7 @@ import java.nio.charset.Charset;
* @since 1.0-dev
* @version $Id$
*/
class Base64 {
public class Base64 {
/**
* Chunk size per RFC 2045 section 6.8.
*