We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eaddfa commit 10485afCopy full SHA for 10485af
avaje-config/src/main/java/io/avaje/config/CoreConfiguration.java
@@ -123,7 +123,7 @@ void initSystemProperties() {
123
private void loadSources(Set<String> names) {
124
for (ConfigurationSource source : sources) {
125
source.load(this);
126
- names.add("ConfigurationSource:" + source.getClass().getCanonicalName());
+ names.add("ConfigurationSource:" + source.getClass().getSimpleName());
127
}
128
129
0 commit comments