Skip to content

Commit 7fb45d6

Browse files
committed
Remove suppression
1 parent e4ed1bd commit 7fb45d6

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/graphql/kickstart/tools/util

1 file changed

+1
-1
lines changed

src/main/kotlin/graphql/kickstart/tools/util/BiMap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import static java.util.Collections.unmodifiableMap;
99

10-
@SuppressWarnings({"NullableProblems", "SuspiciousMethodCalls"})
10+
@SuppressWarnings("SuspiciousMethodCalls")
1111
public class BiMap<K, V> implements Map<K, V> {
1212

1313
private final Map<K, V> delegate;

0 commit comments

Comments
 (0)