mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-18 18:12:05 +01:00
Correct ALPHABET in BASE32.java
This commit is contained in:
parent
9d626bf787
commit
ee3d25751d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class Base32 {
|
|||
}
|
||||
|
||||
};
|
||||
private static final String ALPHABET = "ABCDEFGHIJKLMNOPQRSTUVWXYZ2345678";
|
||||
private static final String ALPHABET = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";
|
||||
|
||||
public static StringEncoder<String> getStringEncoder() {
|
||||
return base32Stringencoder;
|
||||
|
|
Loading…
Reference in a new issue