align message according to javac (IDEA-178211)

This commit is contained in:
Anna Kozlova
2017-08-30 19:53:27 +03:00
parent df991969eb
commit 90924b2043
2 changed files with 2 additions and 2 deletions
@@ -12,5 +12,5 @@ abstract public class a1 {
}
interface ii {
<error descr="Interface methods cannot have body">int iif(int i) throws Exception</error> { return 2; }
<error descr="Interface abstract methods cannot have body">int iif(int i) throws Exception</error> { return 2; }
}