HBASE-27403 Remove 'Remove unhelpful javadoc stubs' spotless rule for now (#4809)

Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit is contained in:
Duo Zhang 2022-10-03 23:15:50 +08:00 committed by GitHub
parent 14b3899a2e
commit 6abc1aefd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

13
pom.xml
View File

@ -2734,19 +2734,6 @@
<exclude>**/generated/*</exclude>
<exclude>**/package-info.java</exclude>
</excludes>
<!--
e.g., remove the following lines:
"* @param paramName"
"* @throws ExceptionType"
"* @return returnType"'
Multiline to allow anchors on newlines
-->
<replaceRegex>
<name>Remove unhelpful javadoc stubs</name>
<searchRegex>(?m)^ *\* *@(?:param|throws|return) *\w* *\n</searchRegex>
<!-- spotless manve plugin does not allow empty here, so use \n -->
<replacement>\n</replacement>
</replaceRegex>
<!--
e.g., rewrite
/** @return blabla */