You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/22 01:12:46 UTC

[GitHub] [nifi] ijokarumawak commented on issue #3449: NIFI-6231 - fix source code permissions to be non-executable

ijokarumawak commented on issue #3449: NIFI-6231 - fix source code permissions to be non-executable
URL: https://github.com/apache/nifi/pull/3449#issuecomment-485297179
 
 
   LGTM +1. Confirmed that no executable java source code was found after applying patch. By following command:
   ```sh
   find ./ -name '*.java' -ls |grep -v "rw-r--r--"
   ```
   Merging.
   
   I've added 'contributor' role to Apache NiFi JIRA. You can assign yourself to NiFi JIRA issues.
   Thanks @dtrodrigues for your contribution!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services