Minor: Replace deprecated function

This commit is contained in:
Alexey Sedunov
2014-12-08 15:37:54 +03:00
parent 22e258dbee
commit adb1155b6d
@@ -212,7 +212,7 @@ public class JetChangeSignature(val project: Project,
options: List<String>): Int {
val superString = superFunctions.map {
it.getContainingDeclaration().getName().asString()
}.makeString(prefix = "\n ", separator = ",\n ", postfix = ".\n\n")
}.joinToString(prefix = "\n ", separator = ",\n ", postfix = ".\n\n")
val message = JetBundle.message("x.overrides.y.in.class.list",
DescriptorRenderer.COMPACT.render(functionFromEditor),
functionFromEditor.getContainingDeclaration().getName().asString(), superString,