Fix checkstyle violation

See gh-31449
pull/31452/head
dreis2211 2 years ago committed by Andy Wilkinson
parent b88e1e0983
commit 3fcb6765b1

@ -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…
Cancel
Save