You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/02 11:03:14 UTC

[GitHub] satansk commented on a change in pull request #2426: [Dubbo-2424] Fix switch-case fall through in ChannelEventRunnable

satansk commented on a change in pull request #2426: [Dubbo-2424] Fix switch-case fall through in ChannelEventRunnable
URL: https://github.com/apache/incubator-dubbo/pull/2426#discussion_r214536538
 
 

 ##########
 File path: dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/transport/dispatcher/ChannelEventRunnable.java
 ##########
 @@ -82,6 +82,7 @@ public void run() {
                     logger.warn("ChannelEventRunnable handle " + state + " operation error, channel is " + channel
                             + ", message is " + message, e);
                 }
+                break;
 
 Review comment:
   Good catch!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org