Removed OrderedEnvironmentRepository interface, and applied other review feedback.

This commit is contained in:
Ryan Baxter
2016-12-20 13:46:46 -05:00
parent 3db105c475
commit 5ebecb60b4
12 changed files with 71 additions and 108 deletions

View File

@@ -76,7 +76,7 @@ public class Environment {
this.propertySources.add(propertySource);
}
public void add(List<PropertySource> propertySources) {
public void addAll(List<PropertySource> propertySources) {
this.propertySources.addAll(propertySources);
}