Skip to content

Commit

Permalink
checkstyle: allow new line paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
mafasva committed Oct 10, 2024
1 parent 59b7793 commit 41a4e60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,7 @@
value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )" />
<property name="period" value="" />
</module>
<module name="JavadocParagraph">
<property name="allowNewlineParagraph" value="false" />
</module>
<module name="JavadocParagraph" />
<module name="RequireEmptyLineBeforeBlockTagGroup" />
<module name="AtclauseOrder">
<property name="tagOrder" value="@param, @return, @throws, @deprecated" />
Expand Down

0 comments on commit 41a4e60

Please sign in to comment.