Skip to content

Commit

Permalink
Merge branch '2.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 5, 2019
2 parents eb0a586 + 513ff5d commit 9e7e2b7
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,17 +460,6 @@ public void writeFieldId(long id) throws IOException {
_writeScalar(idStr, "int", STYLE_SCALAR);
}

@Override
public final void writeStringField(String fieldName, String value)
throws IOException
{
if (!_tokenWriteContext.writeFieldName(fieldName)) {
_reportError("Can not write a field name, expecting a value");
}
_writeFieldName(fieldName);
writeString(value);
}

private final void _writeFieldName(String name) throws IOException
{
_writeScalar(name, "string",
Expand Down

0 comments on commit 9e7e2b7

Please sign in to comment.