Merge pull request #31449 from dreis2211
* gh-31449: Fix checkstyle violation Closes gh-31449
This commit is contained in:
commit
6988d5559a
|
|
@ -30,7 +30,7 @@ class PropertySourceRuntimeHintsRegistrar implements RuntimeHintsRegistrar {
|
||||||
@Override
|
@Override
|
||||||
public void registerHints(RuntimeHints hints, ClassLoader classLoader) {
|
public void registerHints(RuntimeHints hints, ClassLoader classLoader) {
|
||||||
hints.reflection().registerTypeIfPresent(classLoader, "org.yaml.snakeyaml.Yaml",
|
hints.reflection().registerTypeIfPresent(classLoader, "org.yaml.snakeyaml.Yaml",
|
||||||
hint -> hint.onReachableType(TypeReference.of(YamlPropertySourceLoader.class)));
|
(hint) -> hint.onReachableType(TypeReference.of(YamlPropertySourceLoader.class)));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue