File tree 1 file changed +2
-2
lines changed
core/runtime/src/main/java/io/quarkus/runtime/configuration
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public class RuntimeConfigBuilder implements SmallRyeConfigBuilderCustomizer {
15
15
@ Override
16
16
public void configBuilder (final SmallRyeConfigBuilder builder ) {
17
17
new QuarkusConfigBuilderCustomizer ().configBuilder (builder );
18
- builder .withSources (new UuiConfigSource ());
18
+ builder .withSources (new UuidConfigSource ());
19
19
20
20
builder .forClassLoader (Thread .currentThread ().getContextClassLoader ())
21
21
.addDefaultInterceptors ()
@@ -27,7 +27,7 @@ public int priority() {
27
27
return Integer .MIN_VALUE ;
28
28
}
29
29
30
- private static class UuiConfigSource implements ConfigSource {
30
+ private static class UuidConfigSource implements ConfigSource {
31
31
32
32
private static final String QUARKUS_UUID = "quarkus.uuid" ;
33
33
You can’t perform that action at this time.
0 commit comments