You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/10/03 15:18:18 UTC

[hbase] branch branch-2.5 updated: HBASE-27403 Remove 'Remove unhelpful javadoc stubs' spotless rule for now (#4809)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new e58ac5baf4d HBASE-27403 Remove 'Remove unhelpful javadoc stubs' spotless rule for now (#4809)
e58ac5baf4d is described below

commit e58ac5baf4d9e22c4459f2058a9b36a3d35c4064
Author: Duo Zhang <zh...@apache.org>
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 <nd...@apache.org>
    (cherry picked from commit 6abc1aefd176d4d016a32512f3d34cb1102b4ace)
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6676f674730..9163cfcaa05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2407,19 +2407,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 */