Revert "allow non-standard import sorting, allow javadoc <p> to exist alone."

This reverts commit b8c86f5e
This commit is contained in:
Matt Worzala 2021-01-26 09:52:34 -05:00
parent 13f6e6cf69
commit eca3abe11d
1 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@
<property name="processJavadoc" value="true"/>
</module>
<module name="CustomImportOrder">
<property name="sortImportsInGroupAlphabetically" value="true"/>
<property name="separateLineBetweenGroups" value="true"/>
<property name="customImportOrderRules" value="STATIC###THIRD_PARTY_PACKAGE"/>
</module>
@ -268,7 +269,7 @@
value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>
</module>
<module name="JavadocParagraph">
<property name="allowNewlineParagraph" value="true" />
<property name="allowNewlineParagraph" value="false" />
</module>
<module name="AtclauseOrder">
<property name="tagOrder" value="@param, @return, @throws, @deprecated"/>