Skip to content
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

Annotate the bulk methods of ConcurrentHashMap. #71

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Annotate the bulk methods of ConcurrentHashMap. #71

merged 2 commits into from
Oct 7, 2024

Conversation

cpovirk
Copy link
Collaborator

@cpovirk cpovirk commented Oct 3, 2024

It looks we just hadn't tried to annotate these yet. They do use <T extends @Nullable Object> but only because that's what our
CF-stub-conversion tool produced from the <T> in the CF stubs; the
resulting unbounded type parameter doesn't seem to have been anyone's
conscious choice.

It looks we just hadn't tried to annotate these yet. They do use `<T
extends @nullable Object>` but only because that's what our
CF-stub-conversion tool produced from the `<T>` in the CF stubs; the
resulting unbounded type parameter doesn't seem to have been anyone's
conscious choice.
Copy link
Collaborator

@wmdietl wmdietl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@cpovirk cpovirk merged commit 240af02 into main Oct 7, 2024
11 of 14 checks passed
@cpovirk cpovirk deleted the chmother branch October 7, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants