Skip to content

Commit 88989d5

Browse files
authored
Fix typo in RetryOptions documentation
1 parent 6fd74c6 commit 88989d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public Builder setMaximumInterval(Duration maximumInterval) {
189189
}
190190

191191
/**
192-
* List of exceptions to retry. When matching an exact match is used. So adding
192+
* List of exceptions to skip retry. When matching an exact match is used. So adding
193193
* RuntimeException.class to this list is going to include only RuntimeException itself, not all
194194
* of its subclasses. The reason for such behaviour is to be able to support server side retries
195195
* without knowledge of Java exception hierarchy. When considering an exception type a cause of

0 commit comments

Comments
 (0)