Skip to content

Commit

Permalink
[ISSUE apache#8241] Remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
3424672656 authored Jun 3, 2024
1 parent 144b22b commit 949991e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,6 @@ public void onSuccess(PopResult popResult) {
DefaultMQPushConsumerImpl.this.executePopPullRequestImmediately(popRequest);
break;
case POLLING_FULL:
DefaultMQPushConsumerImpl.this.executePopPullRequestLater(popRequest, pullTimeDelayMillsWhenException);
break;
default:
DefaultMQPushConsumerImpl.this.executePopPullRequestLater(popRequest, pullTimeDelayMillsWhenException);
break;
Expand Down

0 comments on commit 949991e

Please sign in to comment.