forked from eclipse-lsp4e/lsp4e
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove synchronized methods in favor of volatile variables, since mergeTriggers is an static method, a volatile variable is enough. Remove catch of a CancellationException which is not thrown by CompletableFuture#cancel and use CancellationSupport. Use Either#map instead of ternary expression.
- Loading branch information
1 parent
2d89929
commit 19b170b
Showing
2 changed files
with
37 additions
and
51 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