Skip to content

Commit 0738b5d

Browse files
committed
Added supresssion
1 parent f81623a commit 0738b5d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

plugin/src/test/java/io/jenkins/plugins/casc/impl/DefaultConfiguratorRegistryTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ public void setUp() {
3131

3232
@SuppressWarnings("unused")
3333
public static class DummyTarget<T extends Builder> {
34-
public List<?> rawList;
34+
@SuppressWarnings("rawtypes")
35+
public List rawList;
36+
3537
public List<List<String>> nestedList;
3638
public List<? extends Builder> wildcardList;
3739
public List<T> typeVarList;

0 commit comments

Comments
 (0)