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

    https://github.com/apache/nifi/pull/1373#discussion_r94231391
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java
 ---
    @@ -16,22 +16,6 @@
      */
     package org.apache.nifi.processors.standard;
     
    -import java.io.IOException;
    -import java.util.ArrayList;
    -import java.util.Collections;
    -import java.util.HashSet;
    -import java.util.List;
    -import java.util.Map;
    -import java.util.Set;
    -import java.util.concurrent.ConcurrentHashMap;
    -import java.util.concurrent.ConcurrentMap;
    -import java.util.concurrent.TimeUnit;
    -import java.util.concurrent.atomic.AtomicReference;
    -import java.util.regex.Pattern;
    -
    -import javax.servlet.Servlet;
    -import javax.ws.rs.Path;
    -
    --- End diff --
    
    Could you fix import order? (I know this is probably automatically done by 
your IDE, but it is better to keep the change to what is really needed)


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