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

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


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

commit 1dc4fd53d0aa6de4c3050a6fefba187967e28ddb
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 fa2adb2901f..40d8b14e925 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2413,19 +2413,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 */

Reply via email to