Skip to content

Commit c1d39d7

Browse files
committed
Remove unnecessary continue
References #387
1 parent 9e02adb commit c1d39d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/rabbitmq/client/impl/recovery/DefaultRetryHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ protected <T extends RecordedEntity> RetryResult doRetry(RetryCondition<T> condi
104104
} catch (Exception e) {
105105
exception = e;
106106
attempts++;
107-
continue;
108107
}
109108
} else {
110109
throw exception;

0 commit comments

Comments
 (0)