mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[python] mark package for remove using correct annotation
GitOrigin-RevId: 5930bcca8ab1bc42860e93e2b24ee9abcefe548e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c086c60c1e
commit
bb08f691c0
@@ -2,8 +2,6 @@
|
||||
/**
|
||||
* @deprecated moved to {@link com.jetbrains.python.extensions}
|
||||
*/
|
||||
@ApiStatus.ScheduledForRemoval
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
package com.jetbrains.extensions;
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
Reference in New Issue
Block a user