mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
IJPL-159596 prefer passing classloader instead of class (part 4)
GitOrigin-RevId: ed363b294008945b73602ac31e3bed4791456f07
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7a30374248
commit
bfaa8b9512
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.javaee;
|
||||
|
||||
import com.intellij.openapi.extensions.ExtensionPointName;
|
||||
@@ -13,8 +13,7 @@ import com.intellij.openapi.extensions.ExtensionPointName;
|
||||
* @see ExternalResourceManager
|
||||
*/
|
||||
public interface StandardResourceProvider {
|
||||
|
||||
ExtensionPointName<StandardResourceProvider> EP_NAME = ExtensionPointName.create("com.intellij.standardResourceProvider");
|
||||
ExtensionPointName<StandardResourceProvider> EP_NAME = new ExtensionPointName<>("com.intellij.standardResourceProvider");
|
||||
|
||||
void registerResources(ResourceRegistrar registrar);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user