Skip to content

Commit d0bbfe3

Browse files
committed
one more fix to test
1 parent eb21a9e commit d0bbfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/failing/TestTypeFactory1604.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static class Data1604<T> { }
1515
static class DataList1604<T> extends Data1604<List<T>> {
1616
}
1717

18-
static class RefinedDataList1604<T> extends DataList1604<List<T>> {
18+
static class RefinedDataList1604<T> extends DataList1604<T> {
1919
}
2020

2121
public static class SneakyDataList1604<BOGUS,T> extends Data1604<List<T>> {

0 commit comments

Comments
 (0)