Fix #KT-29567 "Remove empty class body" is a poor name for inspection text
This commit is contained in:
committed by
Mikhail Glukhikh
parent
52c46811ff
commit
cbf6aa4ac3
@@ -34,7 +34,7 @@ class RemoveEmptyClassBodyInspection :
|
||||
ProblemHighlightType.LIKE_UNUSED_SYMBOL
|
||||
}
|
||||
|
||||
class RemoveEmptyClassBodyIntention : SelfTargetingOffsetIndependentIntention<KtClassBody>(KtClassBody::class.java, "Remove empty class body") {
|
||||
class RemoveEmptyClassBodyIntention : SelfTargetingOffsetIndependentIntention<KtClassBody>(KtClassBody::class.java, "Redundant empty class body") {
|
||||
|
||||
override fun applyTo(element: KtClassBody, editor: Editor?) {
|
||||
val parent = element.parent
|
||||
|
||||
Reference in New Issue
Block a user