SSR: modifying existing template to search for both methods and constructors simultaneously

"methods of the class" -> "constructors & methods"

GitOrigin-RevId: 4c5ec30c18ea9b0f650df46f8ce54384909e60a1
This commit is contained in:
Bas Leijdekkers
2019-06-08 19:11:25 +03:00
committed by intellij-monorepo-bot
parent 25fab69fdf
commit 3035d740eb
3 changed files with 19 additions and 9 deletions
@@ -52,7 +52,7 @@ class JavaPredefinedConfigurations {
// Class based
createSearchTemplateInfo(
SSRBundle.message("predefined.configuration.methods.of.the.class"),
"'_ReturnType '_Method('_ParameterType '_Parameter*);",
"'_ReturnType? '_Method('_ParameterType '_Parameter*);",
CLASS_TYPE
),
createSearchTemplateInfo(