Got rid of live template macro name clashing with IDEA's.

#KT-1443 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-02-28 19:26:27 +03:00
parent 4945f8c9f5
commit ddd2b5b245
@@ -30,7 +30,7 @@ import org.jetbrains.jet.plugin.JetBundle;
public class JetSuggestVariableNameMacro extends Macro {
@Override
public String getName() {
return "suggestVariableName";
return "kotlinSuggestVariableName";
}
@Override