Skip to content

Commit e21cbfd

Browse files
committed
javadoc fix
1 parent ae7808e commit e21cbfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/fasterxml/jackson/databind/SequenceWriter.java

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ public SequenceWriter(DefaultSerializerProvider prov, JsonGenerator gen,
9393
_dynamicSerializers = PropertySerializerMap.emptyForRootValues();
9494
}
9595

96+
/**
97+
* Internal method called by {@link ObjectWriter}: should not be called by code
98+
* outside {@code jackson-databind} classes.
99+
*/
96100
public SequenceWriter init(boolean wrapInArray) throws IOException
97101
{
98102
if (wrapInArray) {

0 commit comments

Comments
 (0)