@FunctionalInterface make warning to prevent misunderstanding

This commit is contained in:
anna
2013-07-15 13:41:52 +02:00
parent fccac656d2
commit 68a43aa534
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
<error descr="Multiple non-overriding abstract methods found">@FunctionalInterface</error>
<warning descr="Multiple non-overriding abstract methods found">@FunctionalInterface</warning>
interface Test {
void foo();
void bar();