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 800984e commit ef0019eCopy full SHA for ef0019e
src/main/java/net/jodah/failsafe/spi/Policy.java
@@ -23,8 +23,7 @@
23
*/
24
public interface Policy<R> {
25
/**
26
- * Returns an {@link PolicyExecutor} capable of performing an execution in the context of a Policy and handling
27
- * results or failures according to the Policy.
+ * Returns a {@link PolicyExecutor} capable of handling an execution for the Policy.
28
29
PolicyExecutor<R, ? extends Policy<R>> toExecutor(int policyIndex);
30
}
0 commit comments