mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
Don't warn about missing tag description on void methods
GitOrigin-RevId: 7125c41e5adfb4a45f96b6f5c9b6db12a9a0da6d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ea5b5de628
commit
1a75f19cff
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
/**
|
||||
* <warning descr="Tag 'return' is not allowed here">@return</warning>
|
||||
*/
|
||||
public void foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user