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

    https://github.com/apache/nifi/pull/1948#discussion_r124569038
  
    --- Diff: 
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/GetMongo.java
 ---
    @@ -44,10 +39,16 @@
     import org.apache.nifi.processor.io.OutputStreamCallback;
     import org.apache.nifi.processor.util.StandardValidators;
     import org.bson.Document;
    +import org.codehaus.jackson.map.ObjectMapper;
     
    -import com.mongodb.client.FindIterable;
    -import com.mongodb.client.MongoCollection;
    -import com.mongodb.client.MongoCursor;
    +import java.io.IOException;
    +import java.io.OutputStream;
    +import java.util.ArrayList;
    +import java.util.Collections;
    +import java.util.HashSet;
    +import java.util.List;
    +import java.util.Map;
    +import java.util.Set;
    --- End diff --
    
    Would you mind keeping the original import ordering? I know this is the 
usual fight between different IDEs but we try to avoid changes like that 
whenever possible.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to