Minor, update outdated deprecation comment
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ public interface TypeParameterDescriptor extends ClassifierDescriptor {
|
|||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
@Deprecated // Use the static method TypeParameterDescriptor.substitute()
|
@Deprecated // Use the static method DescriptorSubstitutor.substituteTypeParameters()
|
||||||
TypeParameterDescriptor substitute(@NotNull TypeSubstitutor substitutor);
|
TypeParameterDescriptor substitute(@NotNull TypeSubstitutor substitutor);
|
||||||
|
|
||||||
int getIndex();
|
int getIndex();
|
||||||
|
|||||||
Reference in New Issue
Block a user