From 7484a9163a438f2cd9c4e0ac5ab88b00b3340737 Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Tue, 19 Jul 2022 09:45:06 +0800 Subject: [PATCH] HBASE-27208 Use spotless to purge the missing summary warnings from error prone (#4628) Signed-off-by: Andrew Purtell --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 22f46c84802..49e3793f464 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