Skip to content

Commit b82effb

Browse files
committed
Merge branch '2.18'
2 parents 5df4f3e + 294051d commit b82effb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ion/src/main/java/tools/jackson/dataformat/ion/IonObjectMapper.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ protected Object readResolve() {
159159

160160
/*
161161
/**********************************************************************
162-
/* Life-cycle
162+
/* Life-cycle, constructors
163163
/**********************************************************************
164164
*/
165165

@@ -175,6 +175,12 @@ public IonObjectMapper(Builder b) {
175175
super(b);
176176
}
177177

178+
/*
179+
/**********************************************************************
180+
/* Life-cycle, builders
181+
/**********************************************************************
182+
*/
183+
178184
/**
179185
* A builder for a mapper that will use textual writers by default. Same as
180186
* {@link #builderForTextualWriters()}.

0 commit comments

Comments
 (0)