Skip to content

Commit 6bd3669

Browse files
authored
Change getClassLoader from SmallRyeConfigBuilder to public (#977)
1 parent 81e895c commit 6bd3669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementation/src/main/java/io/smallrye/config/SmallRyeConfigBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ public KeyMap<String> getDefaultValues() {
585585
return defaultValues;
586586
}
587587

588-
ClassLoader getClassLoader() {
588+
public ClassLoader getClassLoader() {
589589
return classLoader;
590590
}
591591

0 commit comments

Comments
 (0)