mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-28 19:24:15 +00:00
Removed errant main method
This commit is contained in:
parent
5d17559728
commit
b70661a683
1 changed files with 0 additions and 4 deletions
|
@ -11,10 +11,6 @@ class NumberConverter implements ValueConverter {
|
|||
|
||||
return firstChar == '+' || firstChar == '-' || Character.isDigit(firstChar);
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
new NumberConverter().convert("5e+22");
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object convert(String s) {
|
||||
|
|
Loading…
Reference in a new issue