mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
IDEA-251250 fix texts for JavaDocLocalInspection
GitOrigin-RevId: 8897fd1a878deea3a724b8632fadd2e3b9095f06
This commit is contained in:
committed by
intellij-monorepo-bot
parent
86814e0da3
commit
3af0d4d509
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
/**
|
||||
* <warning descr="'throws' tag description is missing"><warning descr="Class reference expected">@throws</warning></warning>
|
||||
* <warning descr="'@throws' tag description is missing"><warning descr="Class reference expected">@throws</warning></warning>
|
||||
*/
|
||||
public void foo() {}
|
||||
}
|
||||
@@ -8,7 +8,7 @@ interface Base {
|
||||
class Test implements Base {
|
||||
/**
|
||||
* @throws java.lang.RuntimeException {@inheritDoc}
|
||||
* <warning descr="'throws' tag description is missing">@throws</warning> java.lang.Error
|
||||
* <warning descr="'@throws' tag description is missing">@throws</warning> java.lang.Error
|
||||
*/
|
||||
public void test() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user