mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
[java] drops improperly added Javadoc tag
This commit is contained in:
@@ -3,7 +3,6 @@ class Test {
|
||||
* @apiNote note1
|
||||
* @implNote implNote
|
||||
* @implSpec implSpec
|
||||
* <warning descr="Tag 'moduleGraph' is not allowed here">@moduleGraph</warning>
|
||||
*/
|
||||
public void i() {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
/**
|
||||
* @moduleGraph
|
||||
* @since 9
|
||||
*/
|
||||
module Test { }
|
||||
Reference in New Issue
Block a user