mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
added back generics for Kotlin
This commit is contained in:
@@ -23,5 +23,5 @@ import com.intellij.util.Function;
|
||||
* TODO to remove in IDEA 2018
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class ConcurrentWeakFactoryMap extends ConcurrentFactoryMap {
|
||||
public abstract class ConcurrentWeakFactoryMap<K,V> extends ConcurrentFactoryMap<K,V> {
|
||||
}
|
||||
Reference in New Issue
Block a user