mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
[java] remove redundant import when "Remove annotation" quick fix is applied (IDEA-288488)
GitOrigin-RevId: 562cf18eafa636a761c75ae3e9630bdab3eff760
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6f8b8172ac
commit
9c66641799
@@ -1,7 +1,5 @@
|
||||
// "Remove annotation" "true"
|
||||
|
||||
import org.jetbrains.annotations.*;
|
||||
|
||||
class Foo {
|
||||
<caret>int foo(){return 0;}
|
||||
}
|
||||
Reference in New Issue
Block a user