Skip to content

Commit

Permalink
Change getClassLoader from SmallRyeConfigBuilder to public (smallrye#977
Browse files Browse the repository at this point in the history
)
  • Loading branch information
radcortez committed Aug 11, 2023
1 parent 81e895c commit 6bd3669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ public KeyMap<String> getDefaultValues() {
return defaultValues;
}

ClassLoader getClassLoader() {
public ClassLoader getClassLoader() {
return classLoader;
}

Expand Down

0 comments on commit 6bd3669

Please sign in to comment.