ChristopherSchultz commented on code in PR #531:
URL: https://github.com/apache/tomcat/pull/531#discussion_r912048816


##########
java/org/apache/catalina/valves/RemoteIpValve.java:
##########
@@ -19,9 +19,7 @@
 import java.io.IOException;
 import java.net.InetAddress;
 import java.net.UnknownHostException;
-import java.util.Deque;
-import java.util.Enumeration;
-import java.util.LinkedList;
+import java.util.*;

Review Comment:
   Sorry, no. `import [something].*` is never a good idea. Please return the 
imports and add any explicit ones you need.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to