File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/src/main/java/dev/failsafe Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
* handlers can be used to handle a timeout being exceeded or not.
36
36
* </p>
37
37
* <p>Note: {@link TimeoutBuilder#withInterrupt() interruption} will have no effect when performing an {@link
38
- * FailsafeExecutor#getAsyncExecution(AsyncRunnable) async execution} since the async thread is unkown to Failsafe.</p>
38
+ * FailsafeExecutor#getAsyncExecution(AsyncRunnable) async execution} since the async thread is unknown to Failsafe.</p>
39
39
* <p>
40
40
* This class is threadsafe.
41
41
* </p>
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public Timeout<R> build() {
57
57
* Note: Only configure interrupts if the code being executed is designed to be interrupted.
58
58
* <p>
59
59
* <p>Note: interruption will have no effect when performing an {@link
60
- * FailsafeExecutor#getAsyncExecution(AsyncRunnable) async execution} since the async thread is unkown to
60
+ * FailsafeExecutor#getAsyncExecution(AsyncRunnable) async execution} since the async thread is unknown to
61
61
* Failsafe.</p>
62
62
*/
63
63
public TimeoutBuilder <R > withInterrupt () {
You can’t perform that action at this time.
0 commit comments