Always add last version of idea for which change is needed to BUNCH
BUNCH directive should contain last idea IDEA version this change is meant for.
This commit is contained in:
@@ -9,6 +9,6 @@ import com.intellij.util.Processor
|
||||
|
||||
/**
|
||||
* Processor<T> till IDEA 181 and Processor<in T> since 182.
|
||||
* BUNCH: 182
|
||||
* BUNCH: 181
|
||||
*/
|
||||
typealias ExecutorProcessor<T> = Processor<in T>
|
||||
@@ -9,6 +9,6 @@ import com.intellij.util.Processor
|
||||
|
||||
/**
|
||||
* Processor<T> till IDEA 181 and Processor<in T> since 182.
|
||||
* BUNCH: 182
|
||||
* BUNCH: 181
|
||||
*/
|
||||
typealias ExecutorProcessor<T> = Processor<T>
|
||||
Reference in New Issue
Block a user