We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b492f commit 604cdbdCopy full SHA for 604cdbd
src/test/java/com/fasterxml/jackson/failing/DefaultTypingOverride1391Test.java
@@ -14,7 +14,7 @@ public class DefaultTypingOverride1391Test extends BaseMapTest
14
static class ListWrapper {
15
/* 03-Oct-2016, tatu: This doesn't work because it applies to contents
16
* (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
+ * to change that; would need to add a new feature or properties
18
*/
19
@JsonTypeInfo(use = JsonTypeInfo.Id.NONE)
20
public Collection<String> stuff = Collections.emptyList();
0 commit comments