Skip to content

Commit

Permalink
[Dubbo-2424] Fix switch-case fall through in ChannelEventRunnable (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
biyuhao authored and jerrick-zhu committed Sep 11, 2018
1 parent 038e87e commit 51f0677
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public void run() {
logger.warn("ChannelEventRunnable handle " + state + " operation error, channel is " + channel
+ ", message is " + message, e);
}
break;
case CAUGHT:
try {
handler.caught(channel, exception);
Expand Down

0 comments on commit 51f0677

Please sign in to comment.