Github user mcgilman commented on the issue:
https://github.com/apache/nifi/pull/2000
Thanks for the PR @m-hogue. I almost made this fix myself awhile back and
held off. Technically, this class is part of a domain model for the REST API.
Folks should be able to use this model in conjunction with frameworks like
Jersey or RestEasy to interact with the REST API. Because of this, we treat
this as another public API and we don't introduce breaking changes outside of
major releases.
Fortunately, the typo is not visible to folks consuming the REST API
without our DTO domain model (through curl for instance).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---