Commit d1ee04ef authored by Anna Kozlova's avatar Anna Kozlova
Browse files

compilation fixed

parent a1c9c3eb
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -111,7 +111,7 @@ public abstract class MakeMethodOrClassStaticProcessor<T extends PsiTypeParamete
refUsages.set(filterInternalUsages(usagesIn));
}
}
final ArrayList<UsageInfo> toMakeStatic = new ArrayList<>();
final ArrayList<UsageInfo> toMakeStatic = new ArrayList<UsageInfo>();
refUsages.set(filterOverriding(usagesIn, toMakeStatic));
if (!findAdditionalMembers(toMakeStatic)) return false;
prepareSuccessful();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment