Skip to content

Commit c06ec9e

Browse files
authored
Fix typo in MethodRetry documentation
1 parent 88989d5 commit c06ec9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uber/cadence/common/MethodRetry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
long maximumIntervalSeconds() default 0;
7070

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

0 commit comments

Comments
 (0)