This commit is contained in:
Alexey Kudravtsev
2009-10-19 14:55:23 +04:00
parent 8562f84fb9
commit e01189b756
@@ -30,7 +30,7 @@ public class MoveCommentToSeparateLineIntention extends Intention {
return new CommentOnLineWithSourcePredicate();
}
public void processIntention(PsiElement element)
public void processIntention(@NotNull PsiElement element)
throws IncorrectOperationException {
final PsiComment selectedComment = (PsiComment)element;
PsiElement elementToCheck = selectedComment;