mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[API] mark unused API which was deprecated in 2022.3 and earlier versions for removal (IDEA-312594)
GitOrigin-RevId: 8c857becefcd658f27dc1c8c0ec8910ae101a086
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8a437fdf6b
commit
f82529fc81
@@ -206,7 +206,7 @@ public abstract class IntroduceVariableBase extends IntroduceHandlerBase {
|
||||
/**
|
||||
* @deprecated use CommonJavaRefactoringUtil.collectExpressions
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public static List<PsiExpression> collectExpressions(final PsiFile file,
|
||||
final Editor editor,
|
||||
final int offset) {
|
||||
|
||||
Reference in New Issue
Block a user