Correct "Redundant override" inspection message #KT-25608 Fixed

This commit is contained in:
Toshiaki Kameyama
2018-07-23 13:50:39 +03:00
committed by Mikhail Glukhikh
parent 0f087e354e
commit a9c91099a4
10 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -2582,7 +2582,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
level="WEAK WARNING"/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.KotlinRedundantOverrideInspection"
displayName="Redundant override"
displayName="Redundant overriding method"
groupPath="Kotlin"
groupName="Redundant constructs"
enabledByDefault="true"