-
Notifications
You must be signed in to change notification settings - Fork 282
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
Correct Java Native Access Description in THIRD-PARTY.txt #2107
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2107 +/- ##
============================================
- Coverage 60.97% 60.96% -0.02%
+ Complexity 3226 3224 -2
============================================
Files 256 256
Lines 18073 18073
Branches 3224 3224
============================================
- Hits 11020 11018 -2
- Misses 5475 5476 +1
- Partials 1578 1579 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Thanks for the contribution, happy to merge this change once the DCO has been included in the commit message.
See the failed check for DCO
link for how to resolve this issue.
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
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.
Thank you @scrawfor99!
Signed-off-by: Stephen Crawford <steecraw@amazon.com> (cherry picked from commit 2a00e2b)
…-project#2107) Signed-off-by: Stephen Crawford <steecraw@amazon.com>
…-project#2107) Signed-off-by: Stephen Crawford <steecraw@amazon.com>
Description
Documentation change to reflect use of GA JNA in THIRD-PARTY.txt document. No behavioral changes just documentation correctness.
Issues Resolved
Check List
New functionality includes testingNew functionality has been documentedBy 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.