Skip to content

Commit

Permalink
Fix typo in MethodRetry documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
meiliang86 authored Aug 19, 2021
1 parent 88989d5 commit c06ec9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/uber/cadence/common/MethodRetry.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
long maximumIntervalSeconds() default 0;

/**
* List of exceptions to retry. When matching an exact match is used. So adding
* List of exceptions to skip retry. When matching an exact match is used. So adding
* RuntimeException.class to this list is going to include only RuntimeException itself, not all
* of its subclasses. The reason for such behaviour is to be able to support server side retries
* without knowledge of Java exception hierarchy. {@link Error} and {@link
Expand Down

0 comments on commit c06ec9e

Please sign in to comment.