[
https://issues.apache.org/jira/browse/NIFI-14771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18008814#comment-18008814
]
ASF subversion and git services commented on NIFI-14771:
--------------------------------------------------------
Commit f1681fc310f6a2cd40aefe91dd165e42daa6807b in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f1681fc310 ]
NIFI-14771 Removed redundant public static final modifiers from interface
fields (#10117)
Signed-off-by: David Handermann <[email protected]>
> Remove redundant public static final modifiers from interface fields
> --------------------------------------------------------------------
>
> Key: NIFI-14771
> URL: https://issues.apache.org/jira/browse/NIFI-14771
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> There are a few interfaces which defines fields using public static final
> modifiers which are unnecessary since the Java Language Specification (JLS)
> implicitly treats all interface fields as having these modifiers. The
> following interfaces define fields with public static final modifiers
> * org.apache.nifi.attribute.expression.language.VariableImpact
> * org.apache.nifi.hl7.query.evaluator.Evaluator
> * org.wali.SyncListener
> * org.apache.nifi.controller.Triggerable
> * org.apache.nifi.events.EventReporter
> * org.apache.nifi.provenance.IdentifierLookup
> * org.apache.nifi.web.ViewableContent
> * org.apache.nifi.processor.util.file.transfer.FileTransfer
> * org.apache.nifi.controller.serialization.FlowSerializer
> * org.apache.nifi.provenance.authorization.EventAuthorizer
> * org.apache.nifi.provenance.authorization.EventTransformer
--
This message was sent by Atlassian Jira
(v8.20.10#820010)