[java] returns type parameter name to "missing tag" warning

This commit is contained in:
Roman Shevchenko
2018-06-15 12:19:29 +03:00
parent 7c5a344c83
commit dad46c21f1
2 changed files with 11 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
class Test {
<warning descr="Required tag '@param' is missing">/**</warning>
<warning descr="Required tag '@param' is missing for parameter '<T>'">/**</warning>
* period.
*/
public <T> void f() {}