We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd74c6 commit 88989d5Copy full SHA for 88989d5
src/main/java/com/uber/cadence/common/RetryOptions.java
@@ -189,7 +189,7 @@ public Builder setMaximumInterval(Duration maximumInterval) {
189
}
190
191
/**
192
- * 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
193
* RuntimeException.class to this list is going to include only RuntimeException itself, not all
194
* of its subclasses. The reason for such behaviour is to be able to support server side retries
195
* without knowledge of Java exception hierarchy. When considering an exception type a cause of
0 commit comments