-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use ConcurrentHashMap for InMemoryProvider (#1057)
* fix: Use ConcurrentHashMap for InMemoryProvider Signed-off-by: Ryan Prayogo <[email protected]> * fix: make the flags field variable final Signed-off-by: Ryan Prayogo <[email protected]> * chore: Use Collections.singletonList instead of Arrays.asList Signed-off-by: Ryan Prayogo <[email protected]> * chore: Update javadoc and parameter name Signed-off-by: Ryan Prayogo <[email protected]> * fixup: await verify Signed-off-by: Todd Baert <[email protected]> * fixup: remove test, key diffing Signed-off-by: Todd Baert <[email protected]> --------- Signed-off-by: Ryan Prayogo <[email protected]> Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]> Co-authored-by: Michael Beemer <[email protected]>
- Loading branch information
1 parent
a81957f
commit b7ed041
Showing
2 changed files
with
48 additions
and
25 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