mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
VariableTypeFix: cosmetic
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ public class VariableTypeFix extends LocalQuickFixAndIntentionActionOnPsiElement
|
||||
new WriteCommandAction.Simple(project, getText(), file) {
|
||||
|
||||
@Override
|
||||
protected void run() throws Throwable {
|
||||
protected void run() {
|
||||
try {
|
||||
myVariable.normalizeDeclaration();
|
||||
final PsiTypeElement typeElement = myVariable.getTypeElement();
|
||||
|
||||
Reference in New Issue
Block a user