Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi/pull/15#discussion_r60739792
  
    --- Diff: 
minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/RunMiNiFi.java 
---
    @@ -1379,7 +1430,7 @@ private void saveFile(final InputStream 
configInputStream, File configFile) {
                 }
             }
     
    -        private void performTransformation(InputStream configIs, String 
configDestinationPath) {
    +        public void performTransformation(InputStream configIs, String 
configDestinationPath) {
    --- End diff --
    
    Understand the need for increased visibility but think protected or package 
private would be sufficient.  


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to