Unverified Commit 3a7fd725 authored by superScala's avatar superScala Committed by GitHub
Browse files

first show: remove unnecessary code (#2968)



Co-authored-by: default avatargabry <wu_shao_jie@qq.com>
parent 0e7403e6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -208,9 +208,7 @@ public class NettyRemotingServer {
                if(workGroup != null){
                    this.workGroup.shutdownGracefully();
                }
                if(defaultExecutor != null){
                defaultExecutor.shutdown();
                }
            } catch (Exception ex) {
                logger.error("netty server close exception", ex);
            }