You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/20 08:11:43 UTC

[GitHub] [rocketmq] qsrg commented on a diff in pull request #3975: [ISSUE #3929] wake up client’s waiting when server crashed

qsrg commented on code in PR #3975:
URL: https://github.com/apache/rocketmq/pull/3975#discussion_r853851807


##########
remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingClient.java:
##########
@@ -38,12 +38,7 @@
 import java.io.IOException;
 import java.net.SocketAddress;
 import java.security.cert.CertificateException;
-import java.util.Collections;
-import java.util.List;
-import java.util.Map;
-import java.util.Random;
-import java.util.Timer;
-import java.util.TimerTask;
+import java.util.*;

Review Comment:
   
   
   
   
   > Do not import xxx.*
   
   Modified



-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org