mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
typo
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ public class SemicolonFixer implements Fixer {
|
||||
int insertionOffset = leaf.getTextRange().getEndOffset();
|
||||
Document doc = editor.getDocument();
|
||||
if (psiElement instanceof PsiField && ((PsiField) psiElement).hasModifierProperty(PsiModifier.ABSTRACT)) {
|
||||
// absract rarely seem to be field. It is rather incomplete method.
|
||||
// abstract rarely seem to be field. It is rather incomplete method.
|
||||
doc.insertString(insertionOffset, "()");
|
||||
insertionOffset += "()".length();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user