This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.4 by this push:
new 5750d9a6a14 HBASE-27403 Remove 'Remove unhelpful javadoc stubs'
spotless rule for now (#4809)
5750d9a6a14 is described below
commit 5750d9a6a145b2acc9f18dc274051e1514e55269
Author: Duo Zhang <[email protected]>
AuthorDate: Mon Oct 3 23:15:50 2022 +0800
HBASE-27403 Remove 'Remove unhelpful javadoc stubs' spotless rule for now
(#4809)
Signed-off-by: Nick Dimiduk <[email protected]>
(cherry picked from commit 6abc1aefd176d4d016a32512f3d34cb1102b4ace)
---
pom.xml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0e1ae949722..590a57a4f00 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2220,19 +2220,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 */