Deleted unused constant

This commit is contained in:
moandji.ezana 2015-02-13 08:18:56 +02:00
parent 96220b7a88
commit b69f8514cb

View file

@ -5,8 +5,6 @@ import java.util.List;
class Keys {
private static final String ALLOWED_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_-.";
static class Key {
final String name;
final int index;