Skip to content

Conversation

@jschaf
Copy link
Contributor

@jschaf jschaf commented Jan 22, 2018

Discovered inadvertently when using Bazel to compile the code-base:

external/com_github_fasterxml_jackson_databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/PropertyValueBuffer.java:134: error: [FormatString] extra format arguments: used 1, provided 2
return _context.reportInputMismatch(prop, String.format(

Discovered inadvertently when using Bazel to compile the code-base:

external/com_github_fasterxml_jackson_databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/PropertyValueBuffer.java:134: error: [FormatString] extra format arguments: used 1, provided 2
            return _context.reportInputMismatch(prop, String.format(
@cowtowncoder
Copy link
Member

Thanks! As per the other PR, will merge against 2.9.

@cowtowncoder cowtowncoder changed the title Add string format specifier for getParameter Add string format specifier for error message in PropertyValueBuffer Jan 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants