diff --git a/platform/annotations/common/src/org/jetbrains/annotations/Contract.java b/platform/annotations/common/src/org/jetbrains/annotations/Contract.java index ac94772562e9..38d44b90d7b0 100644 --- a/platform/annotations/common/src/org/jetbrains/annotations/Contract.java +++ b/platform/annotations/common/src/org/jetbrains/annotations/Contract.java @@ -86,8 +86,8 @@ public @interface Contract { * "this,arg1"Method mutates the receiver and first argument and doesn't mutate any other arguments * * + * Warning: This annotation parameter is experimental and may be changed or removed without further notice! * @return a mutation specifier string - * Warning: This annotation parameter is experimental and may be changed or removed without further notice! */ String mutates() default ""; }