Remove paragraph char - it ruins builds sometimes

This commit is contained in:
Nikolay Krasko
2015-11-10 20:41:28 +03:00
parent 2dd2a8dd65
commit 774b3269d6
@@ -197,7 +197,7 @@ public class OverridingUtil {
return bothErrors || typeChecker.equalTypes(typeInSuper, typeInSub);
}
// See JLS 8, §8.4.4 Generic Methods
// See JLS 8, 8.4.4 Generic Methods
// TODO: use TypeSubstitutor instead
private static boolean areTypeParametersEquivalent(
@NotNull TypeParameterDescriptor superTypeParameter,