mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-03 20:39:33 -05:00
Registry extends AutoCloseable directly (#45887)
Closes #45886 Signed-off-by: Simon Vacek <simonvacky@email.cz>
This commit is contained in:
parent
13cf35ded3
commit
14fc381eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import org.junit.jupiter.api.extension.ParameterContext;
|
|||
import org.junit.jupiter.api.extension.ReflectiveInvocationContext;
|
||||
|
||||
@SuppressWarnings({"rawtypes", "unchecked"})
|
||||
public class Registry implements ExtensionContext.Store.CloseableResource {
|
||||
public class Registry implements AutoCloseable {
|
||||
|
||||
private final RegistryLogger logger;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue