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

    https://github.com/apache/nifi/pull/1247#discussion_r88792639
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/integration/accesscontrol/ITProcessorAccessControl.java
 ---
    @@ -399,6 +400,43 @@ public void testNoneUserDeleteProcessor() throws 
Exception {
             verifyDelete(helper.getNoneUser(), NONE_CLIENT_ID, 403);
         }
     
    +    /**
    +     * Tests attempt to create a restricted processor.
    +     *
    +     * @throws Exception
    --- End diff --
    
    Checkstyle fails on Javadoc with empty message. I changed the line to `* 
@throws Exception if there is an error creating this processor` to resolve. 


---
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