1
0

Comment empty code block

This commit is contained in:
Gary Gregory
2024-05-11 11:08:27 -04:00
parent e8a3587ac6
commit f60da7be70

View File

@@ -310,6 +310,7 @@ public final class Slf4jLogFactory extends LogFactory {
try { try {
factory.getClass().getMethod("stop").invoke(factory); factory.getClass().getMethod("stop").invoke(factory);
} catch (final ReflectiveOperationException ignored) { } catch (final ReflectiveOperationException ignored) {
// empty
} }
} }