mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 02:39:37 +07:00
remove unused code
This commit is contained in:
@@ -36,8 +36,11 @@ public interface RefClass extends RefJavaElement {
|
||||
@NotNull
|
||||
Set<RefElement> getInTypeReferences();
|
||||
|
||||
@Deprecated
|
||||
@NotNull
|
||||
Set<RefElement> getInstanceReferences();
|
||||
default Set<RefElement> getInstanceReferences() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
RefMethod getDefaultConstructor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user