-
Notifications
You must be signed in to change notification settings - Fork 123
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
Replace Map, List, and Set in org.opensearch.common.collect with java.util references #816
Replace Map, List, and Set in org.opensearch.common.collect with java.util references #816
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks
a99cdc2
to
0ff7750
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #816 +/- ##
============================================
- Coverage 85.40% 85.14% -0.26%
+ Complexity 1084 1079 -5
============================================
Files 151 151
Lines 4370 4370
Branches 390 390
============================================
- Hits 3732 3721 -11
- Misses 463 472 +9
- Partials 175 177 +2 see 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
….util references Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
0ff7750
to
d27e462
Compare
Description
Replace Map, List, and Set in org.opensearch.common.collect with java.util references
Issues Resolved
#815
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.