Skip to content

Commit

Permalink
Remove unnecessary continue
Browse files Browse the repository at this point in the history
References #387
  • Loading branch information
acogoluegnes committed Aug 10, 2018
1 parent 9e02adb commit c1d39d7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ protected <T extends RecordedEntity> RetryResult doRetry(RetryCondition<T> condi
} catch (Exception e) {
exception = e;
attempts++;
continue;
}
} else {
throw exception;
Expand Down

0 comments on commit c1d39d7

Please sign in to comment.