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:
parent
14b3899a2e
commit
6abc1aefd1
13
pom.xml
13
pom.xml
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue