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

    https://github.com/apache/nifi/pull/1462#discussion_r99039115
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/GetHTTP.java
 ---
    @@ -62,18 +62,12 @@
     import org.apache.http.impl.client.HttpClientBuilder;
     import org.apache.http.impl.conn.BasicHttpClientConnectionManager;
     import org.apache.http.ssl.SSLContextBuilder;
    -import org.apache.nifi.annotation.behavior.InputRequirement;
    +import org.apache.nifi.annotation.behavior.*;
    --- End diff --
    
    You can set this in **Preferences > Editor > Code Style > Java**, *Imports* 
tab and then set the following properties:
    
    * Class count to use import with '*': `999`
    * Names count to use static import with '*': `999`
    
    You can also import the [Apache NiFi Checkstyle 
settings](https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide#ContributorGuide-IntelliJIDEAUsers)
 into **Other > Checkstyle**. 


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