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'