From 05a631b7cbd33ff72b9c06ca4b4b885431cbcacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 3 Feb 2014 21:36:24 +0100 Subject: [PATCH] remove template placeholder from description --- .../src/inspectionDescriptions/Duplicates.html | 2 -- .../GrRedundantElseIntention/description.html | 2 -- .../ReplaceIfWithTernaryIntention/description.html | 2 -- 3 files changed, 6 deletions(-) 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