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 and radcortez committed Jan 11, 2024
1 parent 73c88e8 commit 55f6b0b
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 55f6b0b

Please sign in to comment.