Prevent unnecessary compile warnings

This commit is contained in:
AsamK 2023-10-22 18:27:57 +02:00
parent 800ff09a37
commit 7887a5a613
2 changed files with 15 additions and 1 deletions

View file

@ -79,6 +79,7 @@ public class KeyValueStore {
}
}
@SuppressWarnings("unchecked")
private static <T> T readValueFromResultSet(
final KeyValueEntry<T> key, final ResultSet resultSet
) throws SQLException {