mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user