mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-11 11:40:27 +00:00
Deleted unused code
This commit is contained in:
parent
7a780b58b3
commit
4c9d28bfc4
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ class IntegerConverter implements ValueConverter {
|
|||
public Object convert(String s) {
|
||||
List<String> resultValue = parse(parser().Integer(), s);
|
||||
|
||||
if (resultValue == null) {
|
||||
return ValueConverterUtils.INVALID;
|
||||
}
|
||||
|
||||
return Long.valueOf(resultValue.get(0));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue