Commit 55c78162 authored by Dmitry Batkovich's avatar Dmitry Batkovich
Browse files

cleanup

parent ddfa1e7a
Showing with 1 addition and 1 deletion
+1 -1
......@@ -31,7 +31,7 @@ internal class ReplaceMethodCallFix(expr: PsiMethodCallExpression, replacementMe
PsiFormatUtil.formatMethod(replacementMethod, PsiSubstitutor.EMPTY, PsiFormatUtilBase.SHOW_CONTAINING_CLASS or PsiFormatUtilBase.SHOW_NAME, 0)
override fun getText(): String {
return "Replace method call with " + myReplacementText
return "Replace method call with $myReplacementText"
}
@Nls
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment