Skip to content

Commit

Permalink
Merge branch '2.10' of github.com:FasterXML/jackson-core into 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 5, 2020
2 parents ea01eba + 2ebf7ae commit ef009f0
Showing 1 changed file with 4 additions and 1 deletion.
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 ef009f0

Please sign in to comment.