Skip to content

Commit

Permalink
Merge branch '2.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 15, 2024
2 parents 5df4f3e + 294051d commit b82effb
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ protected Object readResolve() {

/*
/**********************************************************************
/* Life-cycle
/* Life-cycle, constructors
/**********************************************************************
*/

Expand All @@ -175,6 +175,12 @@ public IonObjectMapper(Builder b) {
super(b);
}

/*
/**********************************************************************
/* Life-cycle, builders
/**********************************************************************
*/

/**
* A builder for a mapper that will use textual writers by default. Same as
* {@link #builderForTextualWriters()}.
Expand Down

0 comments on commit b82effb

Please sign in to comment.