Removed OrderedEnvironmentRepository interface, and applied other review feedback.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user