mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-inspections] JavadocBlankLines: reports blank lines in Javadoc comments
IDEA-281540 GitOrigin-RevId: 2b1937a1e78a82bcdbfbd54b45a509024bcf1f58
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0f810a171c
commit
b20808f9b0
+9
@@ -0,0 +1,9 @@
|
||||
// "Insert <p>" "true"
|
||||
class Test {
|
||||
/**
|
||||
* Doesn't do anything.
|
||||
* <p>
|
||||
* Absolutely nothing.
|
||||
*/
|
||||
void foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user