Making setter public
This commit is contained in:
@@ -51,7 +51,7 @@ public class CompositeConfiguration {
|
||||
}
|
||||
|
||||
@Autowired
|
||||
private void setEnvironmentRepos(List<EnvironmentRepository> repos) {
|
||||
public void setEnvironmentRepos(List<EnvironmentRepository> repos) {
|
||||
this.environmentRepos = repos;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user