Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo of function name com.fasterxml.jackson.core.Version.isUknownVersion() #211

Closed
timrau opened this issue Aug 18, 2015 · 2 comments
Closed
Milestone

Comments

@timrau
Copy link

timrau commented Aug 18, 2015

The name of function com.fasterxml.jackson.core.Version.isUknownVersion() is incorrectly spelled.
It should be isUnknownVersion().

@cowtowncoder
Copy link
Member

Yes, so it seems. Surprising no one noticed this before...

@cowtowncoder cowtowncoder added this to the 2.2.1 milestone Aug 18, 2015
@cowtowncoder cowtowncoder modified the milestones: 2.2.1, 2.7.0 Aug 18, 2015
@cowtowncoder
Copy link
Member

Added properly spelled variant, isUnknownVersion(), deprecated existing one. Can not really remove at this point, in case someone is calling that method; may be removed from 3.0, eventually.
Thanks!

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

No branches or pull requests

2 participants