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 2020/04/04 22:16:51 UTC

[GitHub] [nifi] alopresto commented on a change in pull request #4183: NIFI-7176 - InvokeHTTP - timeout supported expression language

alopresto commented on a change in pull request #4183: NIFI-7176 - InvokeHTTP - timeout supported expression language
URL: https://github.com/apache/nifi/pull/4183#discussion_r403540675
 
 

 ##########
 File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java
 ##########
 @@ -66,14 +66,8 @@
 import javax.net.ssl.TrustManager;
 import javax.net.ssl.TrustManagerFactory;
 import javax.net.ssl.X509TrustManager;
-import okhttp3.Cache;
-import okhttp3.Credentials;
-import okhttp3.MediaType;
-import okhttp3.OkHttpClient;
-import okhttp3.Request;
-import okhttp3.RequestBody;
-import okhttp3.Response;
-import okhttp3.ResponseBody;
+
+import okhttp3.*;
 
 Review comment:
   Our checkstyle prohibits wildcard imports. You can download the checkstyle definitions for your IDE from the [Contributor Guide](https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide) and run the Maven build locally with `-Pcontrib-check` to see and resolve any issues. 

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