Suppress warnings in Gradle build
See gh-24655
This commit is contained in:
@@ -69,6 +69,7 @@ class KeyHolderTests {
|
||||
|
||||
@Test
|
||||
void getKeyWithMultipleKeysInMap() {
|
||||
@SuppressWarnings("serial")
|
||||
Map<String, Object> m = new HashMap<String, Object>() {{
|
||||
put("key", 1);
|
||||
put("seq", 2);
|
||||
@@ -108,6 +109,7 @@ class KeyHolderTests {
|
||||
|
||||
@Test
|
||||
void getKeysWithMultipleKeyRows() {
|
||||
@SuppressWarnings("serial")
|
||||
Map<String, Object> m = new HashMap<String, Object>() {{
|
||||
put("key", 1);
|
||||
put("seq", 2);
|
||||
|
||||
Reference in New Issue
Block a user