Commit 7fa4f6f
[2021.1 compat] Use raw PairProcessor as parameter for
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: 375055419PatternConditionPlus#processValues
1 parent 0f12b0a commit 7fa4f6f
File tree
1 file changed
+4
-1
lines changed- java/src/com/google/idea/blaze/java/lang/build/references
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | | - | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments