Field made final

This commit is contained in:
Andrey Breslav
2013-09-27 02:38:35 -07:00
parent 18a608b1f8
commit 6dd813aeef
@@ -85,7 +85,7 @@ public class KotlinLightClassForExplicitDeclaration extends AbstractLightClass i
@Nullable
private PsiModifierList modifierList;
private NullableLazyValue<PsiTypeParameterList> typeParameterList = new NullableLazyValue<PsiTypeParameterList>() {
private final NullableLazyValue<PsiTypeParameterList> typeParameterList = new NullableLazyValue<PsiTypeParameterList>() {
@Nullable
@Override
protected PsiTypeParameterList compute() {