mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-17535 constructor to private
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ public class RemoveRedundantArgumentsFix implements IntentionAction {
|
||||
private final PsiExpression[] myArguments;
|
||||
private final PsiSubstitutor mySubstitutor;
|
||||
|
||||
public RemoveRedundantArgumentsFix(@NotNull PsiMethod targetMethod,
|
||||
private RemoveRedundantArgumentsFix(@NotNull PsiMethod targetMethod,
|
||||
@NotNull PsiExpression[] arguments,
|
||||
@NotNull PsiSubstitutor substitutor) {
|
||||
myTargetMethod = targetMethod;
|
||||
|
||||
Reference in New Issue
Block a user