mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
cleanup
GitOrigin-RevId: a6e49a4a98d906c2a1c366c57418a8de22704314
This commit is contained in:
committed by
intellij-monorepo-bot
parent
358bf40a71
commit
a8190835e8
@@ -11,6 +11,7 @@ import java.util.Map;
|
||||
|
||||
@ApiStatus.Internal
|
||||
public final class FileTypeAssocTableUtil {
|
||||
@NotNull
|
||||
public static <T> FileTypeAssocTable<T> newScalableFileTypeAssocTable() {
|
||||
return new FileTypeAssocTable<>(FileTypeAssocTableUtil::createScalableCharSequenceConcurrentMap);
|
||||
}
|
||||
|
||||
@@ -93,7 +93,6 @@ public class FileTypesTest extends HeavyPlatformTestCase {
|
||||
protected void setUp() throws Exception {
|
||||
super.setUp();
|
||||
// we test against myFileTypeManager instance only, standard FileTypeManager.getInstance() must not be changed in any way
|
||||
//noinspection deprecation
|
||||
myFileTypeManager = new FileTypeManagerImpl(((ComponentManagerEx)myProject).getCoroutineScope());
|
||||
myFileTypeManager.listenAsyncVfsEvents();
|
||||
myFileTypeManager.initializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user