File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
ion/src/main/java/tools/jackson/dataformat/ion Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ protected Object readResolve() {
159
159
160
160
/*
161
161
/**********************************************************************
162
- /* Life-cycle
162
+ /* Life-cycle, constructors
163
163
/**********************************************************************
164
164
*/
165
165
@@ -175,6 +175,12 @@ public IonObjectMapper(Builder b) {
175
175
super (b );
176
176
}
177
177
178
+ /*
179
+ /**********************************************************************
180
+ /* Life-cycle, builders
181
+ /**********************************************************************
182
+ */
183
+
178
184
/**
179
185
* A builder for a mapper that will use textual writers by default. Same as
180
186
* {@link #builderForTextualWriters()}.
You can’t perform that action at this time.
0 commit comments