make private

This commit is contained in:
Gavin King 2024-11-22 08:20:10 +01:00
parent 9de9afed86
commit 9f9eeb795b
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ public final class ResourceRegistryStandardImpl implements ResourceRegistry {
}
}
public static void close(Statement statement) {
private static void close(Statement statement) {
log.tracef( "Closing prepared statement [%s]", statement );
try {