Daniel Stieglitz created NIFI-15609:
---------------------------------------
Summary: Remove unnecessary semicolons and make variables in enums
final
Key: NIFI-15609
URL: https://issues.apache.org/jira/browse/NIFI-15609
Project: Apache NiFi
Issue Type: Improvement
Components: NiFi API
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
Currently there are almost a handful of enums in the nifi-api whose variables
are not final and should be. In addition many enums in the nifi-api
declarations end with a semicolon which are not necessary.
The point of this ticket is to make those enums variables who are not final,
final and to remove the unnecessary semicolons.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)