Skip to content

Commit f8546d1

Browse files
committed
fix: Check style failures
Signed-off-by: Piotr P. Karwasz <piotr@github.copernik.eu>
1 parent 1e30c62 commit f8546d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/spring-boot/src/main/java/org/springframework/boot/logging/log4j2/Log4J2RuntimeHints.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ public void registerHints(RuntimeHints hints, ClassLoader classLoader) {
6161

6262
/**
6363
* Registers the type to prevent GraalVM from removing it during the native build.
64+
* @param hints the runtime hints to register with
65+
* @param classLoader the class loader to use for type resolution
66+
* @param typeName the name of the type to register
6467
*/
6568
private void registerTypeForReachability(RuntimeHints hints, ClassLoader classLoader, String typeName) {
6669
hints.reflection().registerTypeIfPresent(classLoader, typeName);

0 commit comments

Comments
 (0)