IDEA-180882 Code formatting doesn't remove invalid/empty Javadoc tags

This commit is contained in:
Rustam Vishnyakov
2018-06-28 22:05:58 +03:00
parent 8a18d8d712
commit aba4573d3d
10 changed files with 183 additions and 53 deletions
@@ -2,7 +2,7 @@
class A {
/**
* @param s
* @param s <caret>
* @return
* @throws Exception
*/