Skip to content

Commit ef0019e

Browse files
committed
Minor Policy javadoc fix
1 parent 800984e commit ef0019e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/net/jodah/failsafe/spi/Policy.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
*/
2424
public interface Policy<R> {
2525
/**
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.
26+
* Returns a {@link PolicyExecutor} capable of handling an execution for the Policy.
2827
*/
2928
PolicyExecutor<R, ? extends Policy<R>> toExecutor(int policyIndex);
3029
}

0 commit comments

Comments
 (0)