[java] drops improperly added Javadoc tag

This commit is contained in:
Roman Shevchenko
2017-06-08 19:14:03 +03:00
parent 9bc6d2fc15
commit e16815fb9f
4 changed files with 0 additions and 8 deletions

View File

@@ -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() {}
}

View File

@@ -1,5 +0,0 @@
/**
* @moduleGraph
* @since 9
*/
module Test { }