Skip to content

Commit

Permalink
drop convertIfExist method
Browse files Browse the repository at this point in the history
  • Loading branch information
sdutry committed May 28, 2018
1 parent 3ce591c commit 5f51c4c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ protected void alias(Class type, String key, ContainerBuilder builder, Propertie
}
}

protected void convertIfExist(LocatableProperties props, String fromKey, String toKey) {
if (props.containsKey(fromKey)) {
props.setProperty(toKey, props.getProperty(fromKey));
}
}

static class ObjectFactoryDelegateFactory implements Factory {

String name;
Expand Down

0 comments on commit 5f51c4c

Please sign in to comment.