From 5309d528e6b777d84f3c347453ab29792ae04062 Mon Sep 17 00:00:00 2001 From: Tagir Valeev Date: Tue, 20 Jan 2026 18:40:44 +0100 Subject: [PATCH] IDEA-384887 [java-intentions] Edit Contract intention throws an exception GitOrigin-RevId: 3c95ded5f75ac965965a09ef68bdcbd9f92b7300 --- 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 1850acaaaf57..7ec47a2a44e7 100644 --- a/java/openapi/resources/messages/JavaBundle.properties +++ b/java/openapi/resources/messages/JavaBundle.properties @@ -1619,7 +1619,7 @@ rename.package.command.name=Rename package class.filter.editor.table.model.column.name.pattern=Pattern class.filter.editor.table.model.column.name.isActive=Is Active create.class.mapping.dialog.title=Choose {0} Class -edit.contract.dialog.hint=Please specify the contract text

Example: _, null -> false
See intention action description for more details +edit.contract.dialog.hint=Please specify the contract text

Example: _, null -> false
See intention action description for more details edit.contract.dialog.mutates.hint=Specify comma-separated elements that can be mutated

Example: this,param1

Leave empty for unspecified side effects. edit.range.dialog.message=Leave empty if unrestricted edit.range.error.invalid.value=Invalid value