diff --git a/resilience4j-all/src/main/java/io/github/resilience4j/decorators/Decorators.java b/resilience4j-all/src/main/java/io/github/resilience4j/decorators/Decorators.java index 9d0fa27f76..1dbacd8611 100644 --- a/resilience4j-all/src/main/java/io/github/resilience4j/decorators/Decorators.java +++ b/resilience4j-all/src/main/java/io/github/resilience4j/decorators/Decorators.java @@ -23,8 +23,8 @@ import java.util.function.*; /** - * A Decorator builder which can be used to apply multiple decorators to a (Checked-)Supplier, - * (Checked-)Function, (Checked-)Runnable, (Checked-)CompletionStage or (Checked-)Consumer. + * A Decorator builder which can be used to apply multiple decorators to a Supplier, Callable + * Function, Runnable, CompletionStage or Consumer. *
* Decorators are applied in the order of the builder chain. For example, consider: *