Skip to content

Commit 604cdbd

Browse files
committed
minor test comment improvement
1 parent e1b492f commit 604cdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class DefaultTypingOverride1391Test extends BaseMapTest
1414
static class ListWrapper {
1515
/* 03-Oct-2016, tatu: This doesn't work because it applies to contents
1616
* (elements), NOT the container. But there is no current mechanism
17-
* to change that; need to add a new feature or properties in 2.9
17+
* to change that; would need to add a new feature or properties
1818
*/
1919
@JsonTypeInfo(use = JsonTypeInfo.Id.NONE)
2020
public Collection<String> stuff = Collections.emptyList();

0 commit comments

Comments
 (0)