mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
make suppress intentions work in module-info.java files
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* {@linkplain nothing}
|
||||
*/
|
||||
@SuppressWarnings("JavadocReference") module com.suppress.test.test.test {
|
||||
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* {@linkplain <error descr="Cannot resolve symbol 'nothing'"><caret>nothing</error>}
|
||||
*/
|
||||
module com.suppress.test.test.test {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user