Minor, update outdated deprecation comment

This commit is contained in:
Alexander Udalov
2014-10-22 19:36:19 +04:00
parent 685a1c38e2
commit 1fc9c58b24
@@ -45,7 +45,7 @@ public interface TypeParameterDescriptor extends ClassifierDescriptor {
@NotNull
@Override
@Deprecated // Use the static method TypeParameterDescriptor.substitute()
@Deprecated // Use the static method DescriptorSubstitutor.substituteTypeParameters()
TypeParameterDescriptor substitute(@NotNull TypeSubstitutor substitutor);
int getIndex();