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/27 22:14:46 UTC

[GitHub] [nifi] sushilkm commented on a change in pull request #3906: NIFI-6911 Removed the default value for blob property for PutAzureBlobStorage

sushilkm commented on a change in pull request #3906:
URL: https://github.com/apache/nifi/pull/3906#discussion_r416186168



##########
File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/PutAzureBlobStorage.java
##########
@@ -20,9 +20,7 @@
 import java.io.IOException;
 import java.io.InputStream;
 import java.net.URISyntaxException;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Optional;
+import java.util.*;

Review comment:
       The IDE did automatic imports, I have not fixed them




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