Skip to content

Commit

Permalink
Making getDefaultSources list protected (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-pomykala authored Jan 11, 2024
1 parent 5d9e535 commit 9135d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public SmallRyeConfigBuilder addDefaultSources() {
return this;
}

List<ConfigSource> getDefaultSources() {
protected List<ConfigSource> getDefaultSources() {
List<ConfigSource> defaultSources = new ArrayList<>();

defaultSources.add(new EnvConfigSource());
Expand Down

0 comments on commit 9135d8b

Please sign in to comment.