From 895700a462a73272b767f2f5e711ec16c7506a6a Mon Sep 17 00:00:00 2001 From: "Liu Qiang" <67@gd67.com> Date: Thu, 3 Sep 2020 17:29:01 +0800 Subject: [PATCH] HBASE-24978 Remove QuotaCache.java SuppressWarnings annotation --- .../main/java/org/apache/hadoop/hbase/quotas/QuotaCache.java | 2 -- 1 file changed, 2 deletions(-) diff --git hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaCache.java hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaCache.java index 1c97b2012c..6810660bcc 100644 --- hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaCache.java +++ hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaCache.java @@ -219,8 +219,6 @@ public class QuotaCache implements Stoppable { } @Override - @edu.umd.cs.findbugs.annotations.SuppressWarnings(value="GC_UNRELATED_TYPES", - justification="I do not understand why the complaints, it looks good to me -- FIX") protected void chore() { // Prefetch online tables/namespaces for (TableName table: ((HRegionServer)QuotaCache.this.rsServices).getOnlineTables()) { -- 2.17.1