Skip to content

Commit 1dc4fd5

Browse files
committed
HBASE-27403 Remove 'Remove unhelpful javadoc stubs' spotless rule for now (#4809)
Signed-off-by: Nick Dimiduk <[email protected]> (cherry picked from commit 6abc1ae)
1 parent 913ca3e commit 1dc4fd5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,19 +2413,6 @@
24132413
<exclude>**/generated/*</exclude>
24142414
<exclude>**/package-info.java</exclude>
24152415
</excludes>
2416-
<!--
2417-
e.g., remove the following lines:
2418-
"* @param paramName"
2419-
"* @throws ExceptionType"
2420-
"* @return returnType"'
2421-
Multiline to allow anchors on newlines
2422-
-->
2423-
<replaceRegex>
2424-
<name>Remove unhelpful javadoc stubs</name>
2425-
<searchRegex>(?m)^ *\* *@(?:param|throws|return) *\w* *\n</searchRegex>
2426-
<!-- spotless manve plugin does not allow empty here, so use \n -->
2427-
<replacement>\n</replacement>
2428-
</replaceRegex>
24292416
<!--
24302417
e.g., rewrite
24312418
/** @return blabla */

0 commit comments

Comments
 (0)