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

[2021.1 compat] Use raw PairProcessor as parameter for PatternConditionPlus#processValues #2631

Merged
merged 1 commit into from
May 21, 2021

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented May 21, 2021

[2021.1 compat] Use raw PairProcessor as parameter for PatternConditionPlus#processValues

The API for PatternConditionPlus#processValues changed to take wildcard generics (PairProcessor<? super Value, ? super ProcessingContext> instead of PairProcessor<Value, ProcessingContext>) in this commit.

To make this work across both API levels, we use PairProcessor as a raw parameter.

@google-cla google-cla bot added the cla: yes label May 21, 2021
@copybara-service copybara-service bot force-pushed the test_375055419 branch 8 times, most recently from bb86de6 to 7fa4f6f Compare May 21, 2021 13:40
@copybara-service copybara-service bot changed the title [2021.1 compat] Add compat method to create PatternConditionPlus [2021.1 compat] Use raw PairProcessor as parameter for PatternConditionPlus#processValues May 21, 2021
…ionPlus#processValues`

The API for `PatternConditionPlus#processValues` changed to take wildcard generics (PairProcessor<? super Value, ? super ProcessingContext> instead of PairProcessor<Value, ProcessingContext>) in [this commit](JetBrains/intellij-community@bb440db#diff-84c9e84629ba27c39287fb6c8630c7a61fe77d835a96eafad33f0790de09079c).

To make this work across both API levels, we use PairProcessor as a raw parameter.

PiperOrigin-RevId: 375073882
@copybara-service copybara-service bot merged commit 05a3331 into master May 21, 2021
@copybara-service copybara-service bot deleted the test_375055419 branch May 21, 2021 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant