This commit is contained in:
anna
2012-02-27 12:37:48 +01:00
parent 5595729715
commit 88b5e5edc6
@@ -551,7 +551,7 @@ public class RefactoringUtil {
}
}
public static PsiElement getAnchorElementForMultipleExpressions(PsiExpression[] occurrences, PsiElement scope) {
public static PsiElement getAnchorElementForMultipleExpressions(@NotNull PsiExpression[] occurrences, PsiElement scope) {
PsiElement anchor = null;
for (PsiExpression occurrence : occurrences) {
// if (!occurrence.isPhysical()) continue;