Skip to content

Commit 481e738

Browse files
committed
Merge branch '2.19'
2 parents c3dbf96 + c13b531 commit 481e738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/java/tools/jackson/databind/ser/filter/TestIgnoredTypes.java renamed to src/test/java/tools/jackson/databind/ser/filter/IgnoredTypesTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Test for type-based ignoral, both via annotations (<code>JsonIgnoreType</code>)
1818
* and "config overrides" (2.8 and above).
1919
*/
20-
public class TestIgnoredTypes extends DatabindTestUtil
20+
public class IgnoredTypesTest extends DatabindTestUtil
2121
{
2222
@JsonIgnoreType
2323
class IgnoredType { // note: non-static, can't be deserialized

0 commit comments

Comments
 (0)