Skip to content

Commit

Permalink
Update PayaraConfig.java (#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
IrminAuwerda authored and smillidge committed Aug 3, 2018
1 parent e50c3db commit e4661ef
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -204,10 +204,6 @@ private <T> Converter<T> getConverter(Class<T> propertyType) {
}

private <T> T convertString(String value, Class<T> propertyType) {
if (String.class.equals(propertyType)) {
return (T) value;
}

// find a converter
Converter<T> converter = getConverter(propertyType);
if (converter == null) {
Expand Down

0 comments on commit e4661ef

Please sign in to comment.