diff --git a/platform/platform-resources-en/src/inspectionDescriptions/Duplicates.html b/platform/platform-resources-en/src/inspectionDescriptions/Duplicates.html index 20e2d1d06acd..512169c9a3b5 100644 --- a/platform/platform-resources-en/src/inspectionDescriptions/Duplicates.html +++ b/platform/platform-resources-en/src/inspectionDescriptions/Duplicates.html @@ -1,7 +1,5 @@ Finds duplicated code - -Text after this comment will not be shown in tooltips. diff --git a/plugins/groovy/resources/intentionDescriptions/GrRedundantElseIntention/description.html b/plugins/groovy/resources/intentionDescriptions/GrRedundantElseIntention/description.html index 416ec7af5f34..d819b88ab88c 100644 --- a/plugins/groovy/resources/intentionDescriptions/GrRedundantElseIntention/description.html +++ b/plugins/groovy/resources/intentionDescriptions/GrRedundantElseIntention/description.html @@ -1,7 +1,5 @@ This intention detaches else clause from the if statement, if corresponding then clause never completes normally. - -Text after this comment will not be shown in tooltips. \ No newline at end of file diff --git a/plugins/groovy/resources/intentionDescriptions/ReplaceIfWithTernaryIntention/description.html b/plugins/groovy/resources/intentionDescriptions/ReplaceIfWithTernaryIntention/description.html index e7e00ed842d9..6311f24dcd8b 100644 --- a/plugins/groovy/resources/intentionDescriptions/ReplaceIfWithTernaryIntention/description.html +++ b/plugins/groovy/resources/intentionDescriptions/ReplaceIfWithTernaryIntention/description.html @@ -1,7 +1,5 @@ This intention replaces if-statement with equivalent ternary operator - -Text after this comment will not be shown in tooltips. \ No newline at end of file