ProhibitRepeatedUseSiteTargetAnnotationsMigration: improve name and description

#KT-36477 Fixed
This commit is contained in:
Dmitry Gridin
2020-02-11 10:25:46 +07:00
parent bcfd089473
commit f46fc19fdf
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3170,7 +3170,7 @@
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.migration.ProhibitRepeatedUseSiteTargetAnnotationsMigrationInspection"
displayName="This annotation is not repeatable since 1.4"
displayName="Repeatable annotation without `@Repeatable` are not allowed since 1.4"
groupPath="Kotlin"
groupName="Migration"
enabledByDefault="false"
@@ -3171,7 +3171,7 @@
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.migration.ProhibitRepeatedUseSiteTargetAnnotationsMigrationInspection"
displayName="This annotation is not repeatable since 1.4"
displayName="Repeatable annotation without `@Repeatable` are not allowed since 1.4"
groupPath="Kotlin"
groupName="Migration"
enabledByDefault="false"
@@ -3171,7 +3171,7 @@
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.migration.ProhibitRepeatedUseSiteTargetAnnotationsMigrationInspection"
displayName="This annotation is not repeatable since 1.4"
displayName="Repeatable annotation without `@Repeatable` are not allowed since 1.4"
groupPath="Kotlin"
groupName="Migration"
enabledByDefault="false"
@@ -1,5 +1,5 @@
<html>
<body>
Since Kotlin 1.4, it's forbidden to repeat annotation on property accessors.
Since Kotlin 1.4, it's forbidden to repeat annotation without <b>@Repeatable</b> annotation and <b>SOURCE</b> retention on property accessors.
</body>
</html>