Skip to content

Commit

Permalink
Fixed some JavaDoc to the decorators class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Jan 31, 2020
1 parent 3c02b36 commit 52afaee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* <p></p>
* Decorators are applied in the order of the builder chain. For example, consider:
*
Expand Down

0 comments on commit 52afaee

Please sign in to comment.