You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/10/12 01:54:00 UTC

[jira] [Commented] (NIFI-10627) VersionedPort missing getter

    [ https://issues.apache.org/jira/browse/NIFI-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616120#comment-17616120 ] 

ASF subversion and git services commented on NIFI-10627:
--------------------------------------------------------

Commit 0abc3bb719460b8be482b3d3f854f4d79f455177 in nifi's branch refs/heads/main from greyp9
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0abc3bb719 ]

NIFI-10627 - VersionedPort missing getter (#6511)



> VersionedPort missing getter
> ----------------------------
>
>                 Key: NIFI-10627
>                 URL: https://issues.apache.org/jira/browse/NIFI-10627
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Paul Grey
>            Assignee: Paul Grey
>            Priority: Trivial
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Class "VersionedPort" includes member variable "allowRemoteAccess", with read accessor "isAllowRemoteAccess()".  Java bean introspector expects any Boolean member to be exposed with "get" API.
> To maintain code compatibility, add "get" API rather than replacing "is" with "get".



--
This message was sent by Atlassian Jira
(v8.20.10#820010)