markap14 commented on a change in pull request #3351: NIFI-2933 Remote
input/output ports at any PG
URL: https://github.com/apache/nifi/pull/3351#discussion_r263534139
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractPort.java
##########
@@ -94,6 +90,8 @@
private final Lock readLock = rwLock.readLock();
private final Lock writeLock = rwLock.writeLock();
+ protected PublicPort publicPort;
Review comment:
There exists a getter and setter for this already. Should keep the member
variable private.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services