mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-29 11:42:15 +00:00
Deleted unused constant
This commit is contained in:
parent
96220b7a88
commit
b69f8514cb
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ import java.util.List;
|
||||||
|
|
||||||
class Keys {
|
class Keys {
|
||||||
|
|
||||||
private static final String ALLOWED_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_-.";
|
|
||||||
|
|
||||||
static class Key {
|
static class Key {
|
||||||
final String name;
|
final String name;
|
||||||
final int index;
|
final int index;
|
||||||
|
|
Loading…
Reference in a new issue