Skip to content

Commit

Permalink
Add missing delegation for JsonGenerator.canWriteFormattedNumbers
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 3, 2020
1 parent d7fb44c commit 2ebf7ae
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ public void setCurrentValue(Object v) {

@Override
public boolean canOmitFields() { return delegate.canOmitFields(); }


@Override
public boolean canWriteFormattedNumbers() { return delegate.canWriteFormattedNumbers(); }

/*
/**********************************************************
/* Public API, configuration
Expand Down

0 comments on commit 2ebf7ae

Please sign in to comment.