mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
@FunctionalInterface make warning to prevent misunderstanding
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user