Minor: formatting and warnings

This commit is contained in:
Nikolay Krasko
2014-01-17 17:23:40 +04:00
parent 7546a6dc41
commit 9a6ac60a5f
4 changed files with 8 additions and 11 deletions
@@ -387,7 +387,7 @@ public class KotlinLightClassForExplicitDeclaration extends KotlinWrappingLightC
@Override
public PsiModifierList getModifierList() {
if (modifierList == null) {
modifierList = new KotlinLightModifierList(KotlinLightClassForExplicitDeclaration.this.computeModifiers());
modifierList = new KotlinLightModifierList(computeModifiers());
}
return modifierList;
}