-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename FaultToleranceContext.get() to call()
This is because there are other `get()` methods, with parameters, whose purpose is completely different. Therefore, the zero-parameter version of `get()` is renamed back to `call()`, as it was before. This means that the `FaultToleranceContext` class can no longer implement `Supplier`, and we don't want it to implement `Callable` either. Fortunately, that has never been useful for anything, so this commit just drops it.
- Loading branch information
Showing
3 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters