mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Prevent unnecessary compile warnings
This commit is contained in:
parent
800ff09a37
commit
7887a5a613
2 changed files with 15 additions and 1 deletions
|
@ -79,6 +79,7 @@ public class KeyValueStore {
|
|||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private static <T> T readValueFromResultSet(
|
||||
final KeyValueEntry<T> key, final ResultSet resultSet
|
||||
) throws SQLException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue