mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 02:39:37 +07:00
[tests] message texts in Javadoc highlighting tests
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class Test {
|
||||
/**
|
||||
* @throws <warning>SomeClass</warning> asdfasd
|
||||
*/
|
||||
public void foo() {}
|
||||
|
||||
class SomeClass {}
|
||||
/**
|
||||
* @throws <warning descr="Class Test.SomeClass is not a descendant of Throwable">SomeClass</warning> asdfasd
|
||||
*/
|
||||
public void foo() {}
|
||||
|
||||
class SomeClass {}
|
||||
}
|
||||
Reference in New Issue
Block a user