Skip to content

Commit

Permalink
Making getDefaultSources list protected
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-pomykala committed Jan 11, 2024
1 parent 883c97f commit a2f8cba
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 a2f8cba

Please sign in to comment.