mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 19:29:30 +07:00
IDEA-120784 "Class is public should be declared in a file named <Classname>.java" for inner interface
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ import <error descr="Cannot resolve symbol 'sun'">sun</error>.security.action.Ge
|
||||
* @see java.lang.ClassLoader#resolveClass(java.lang.Class)
|
||||
* @since JDK1.0
|
||||
*/
|
||||
public abstract class ClassLoader {
|
||||
abstract class ClassLoader {
|
||||
|
||||
private static native void registerNatives();
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user