Remove various getClassId methods
This commit is contained in:
committed by
Alexander Udalov
parent
fa93ee7ff2
commit
c3a44e37ba
-3
@@ -83,9 +83,6 @@ public abstract class AbstractClassResolver implements ClassResolver {
|
||||
@NotNull
|
||||
protected abstract DeclarationDescriptor getPackage(@NotNull FqName fqName);
|
||||
|
||||
@NotNull
|
||||
protected abstract ClassId getClassId(@NotNull ClassDescriptor classDescriptor);
|
||||
|
||||
@Nullable
|
||||
protected ClassDescriptor resolveClassExternally(@NotNull ClassId classId) {
|
||||
//TODO: decide whether it is ok to provide default implementation
|
||||
|
||||
Reference in New Issue
Block a user