From 8d740c96f1089751e4bde524ac79fdf146071591 Mon Sep 17 00:00:00 2001 From: Mikhail Pyltsin Date: Tue, 14 Oct 2025 15:32:42 +0200 Subject: [PATCH] IJPF-CR-30496 [java-inspections] IDEA-376710 "Static import can be used". Add a quick-fix to delete imports from the table - delete `for` GitOrigin-RevId: 5ff933341b75d73c4c2b53cefbf5d82df488e6a5 --- java/openapi/resources/messages/JavaBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/openapi/resources/messages/JavaBundle.properties b/java/openapi/resources/messages/JavaBundle.properties index b487cb4f994d..c3944c260325 100644 --- a/java/openapi/resources/messages/JavaBundle.properties +++ b/java/openapi/resources/messages/JavaBundle.properties @@ -196,7 +196,7 @@ exclude.from.completion.group=Exclude from auto-import and completion: auto.static.import.completion.group=Include auto-import of static members in completion: auto.static.import.comment=Add a class or member of a class to include in auto-import and completion auto.static.import.comment.project=Include auto-import of static members in completion for project settings: -auto.static.import.comment.ide=Include auto-import of static members for in completion IDE settings: +auto.static.import.comment.ide=Include auto-import of static members in completion IDE settings: auto.static.import.class=Class or static members auto.static.import.scope=Scope auto.static.import.example=Examples: 'java.util.Objects' or 'java.util.Objects.requireNonNull'