Skip to content

Commit

Permalink
minor test comment improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 6, 2023
1 parent e1b492f commit 604cdbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class DefaultTypingOverride1391Test extends BaseMapTest
static class ListWrapper {
/* 03-Oct-2016, tatu: This doesn't work because it applies to contents
* (elements), NOT the container. But there is no current mechanism
* 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
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NONE)
public Collection<String> stuff = Collections.emptyList();
Expand Down

0 comments on commit 604cdbd

Please sign in to comment.