Skip to content

Commit 57de661

Browse files
committed
test cleanup
1 parent 27e7a05 commit 57de661

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/java/com/fasterxml/jackson/databind/jsontype/GenericNestedType2331Test.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ public Node() {
2828
public List<? extends SuperNode<Node<T>>> getChildren() {
2929
return children;
3030
}
31-
}
32-
31+
}
32+
33+
@SuppressWarnings({ "rawtypes", "unchecked" })
3334
public void testGeneric2331() throws Exception {
3435
Node root = new Node();
3536
root.children.add(new Node());

0 commit comments

Comments
 (0)