mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
IDEA-120784 "Class is public should be declared in a file named <Classname>.java" for inner interface
This commit is contained in:
@@ -11,8 +11,8 @@ class Bar {
|
||||
foo.getText(prop);
|
||||
}
|
||||
}
|
||||
public abstract class Hashtable<K,V> implements Map<K,V>, Cloneable {
|
||||
abstract class Hashtable<K,V> implements Map<K,V>, Cloneable {
|
||||
}
|
||||
|
||||
public abstract class Properties extends Hashtable<Object,Object> {
|
||||
abstract class Properties extends Hashtable<Object,Object> {
|
||||
}
|
||||
Reference in New Issue
Block a user