-
Notifications
You must be signed in to change notification settings - Fork 530
Fixed issue-1600 add thread-safe protection to inputManager #1604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.2.0...maven-source-plugin-3.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Codecov Report
@@ Coverage Diff @@
## master #1604 +/- ##
============================================
- Coverage 67.89% 67.89% -0.01%
Complexity 45 45
============================================
Files 654 654
Lines 27982 27986 +4
Branches 4403 4404 +1
============================================
+ Hits 18999 19000 +1
- Misses 7155 7156 +1
- Partials 1828 1830 +2
Continue to review full report at Codecov.
|
Bumps [classindex](https://github.com/atteo/classindex) from 3.8 to 3.9. - [Release notes](https://github.com/atteo/classindex/releases) - [Changelog](https://github.com/atteo/classindex/blob/master/CHANGES.md) - [Commits](atteo/classindex@3.8...3.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
….apache.maven.plugins-maven-source-plugin-3.2.1 Bump maven-source-plugin from 3.2.0 to 3.2.1
….atteo.classindex-classindex-3.9 Bump classindex from 3.8 to 3.9
Thanks for the PR @hushengyue ... We'll review and get it merged ASAP.. |
PR is merged. @hushengyue Thanks for your contribution. Appreciate it.. |
Fixed issue-1600 by adding synchronized protection