rename "Kotlin Trait" file template to "Kotlin Interface"

This commit is contained in:
Dmitry Jemerov
2015-04-27 14:07:11 +02:00
parent 702188bbe2
commit 3b8167a8c3
3 changed files with 3 additions and 3 deletions
@@ -2,5 +2,5 @@
#end
#parse("File Header.java")
public trait ${NAME} {
public interface ${NAME} {
}
@@ -5,7 +5,7 @@
<td colspan="3">
<font face="verdana" size="-1">
This is a built-in template used by <b>IDEA</b> each time you create a
Kotlin trait
Kotlin interface
</font>
</td>
</tr>