change error message (IDEA-153156)

This commit is contained in:
Anna.Kozlova
2016-03-22 19:36:03 +01:00
parent 5aa3e5650f
commit d935cfd941
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ public class a {
// local interface
class cc {
void f() {
<error descr="Modifier 'interface' not allowed here">interface i</error> {}
<error descr="Interface not allowed here">interface i</error> {}
}
void ff() {
class inn {