IDEA-17535 constructor to private

This commit is contained in:
Danila Ponomarenko
2012-05-11 14:40:43 +04:00
parent 55b7c0f4fe
commit 392839afdf
@@ -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;