From 365d302eb2db8318b868171e0bcef063b4709c51 Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Tue, 19 Jul 2022 09:33:43 +0800 Subject: [PATCH] HBASE-27208 Use spotless to purge the missing summary warnings from error prone --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 22f46c848027..49e3793f4646 100644 --- a/pom.xml +++ b/pom.xml @@ -2715,6 +2715,27 @@ \n + + + Purge single returns tag multi line + (?m)^ */\*\*\n *\* *@return *(.*) *\n *\*/$ + /** Returns $1 */ + + + Purge single returns tag single line + ^ */\*\* *@return *(.*) *\*/$ + /** Returns $1 */ + ${session.executionRootDirectory}/dev-support/hbase_eclipse_formatter.xml