File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
yaml/src/test/java/com/fasterxml/jackson/dataformat/yaml/ser Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Modules:
16
16
#115 : JsonProperty index is not honored by CsvSchema builder
17
17
-- actually fixed by [databind#2555 ]
18
18
19
- 2.10.2 (not yet released )
19
+ 2.10.2 (05 -Jan- 2020 )
20
20
21
21
#163 : (yaml) `SequenceWriter` does not create multiple docs in a single yaml file
22
22
(reported by Piyush K)
Original file line number Diff line number Diff line change 11
11
import com .fasterxml .jackson .dataformat .yaml .ModuleTestBase ;
12
12
import com .fasterxml .jackson .dataformat .yaml .YAMLFactory ;
13
13
14
- public class GeneratorAutoCloseTest extends ModuleTestBase {
14
+ @ SuppressWarnings ("resource" )
15
+ public class GeneratorAutoCloseTest extends ModuleTestBase
16
+ {
15
17
16
18
private Pojo pojo = new Pojo ("bar" );
17
19
You can’t perform that action at this time.
0 commit comments