You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/11/08 14:52:48 UTC

[3/4] hbase git commit: Revert "HBASE-15557 Add guidance on HashTable/SyncTable to the RefGuide"

Revert "HBASE-15557 Add guidance on HashTable/SyncTable to the RefGuide"

This reverts commit 565ea7ad0073d9764363cbc5d62c1607f0ee3d32.

bad commit metadata


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b8bd3b1a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b8bd3b1a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b8bd3b1a

Branch: refs/heads/branch-2
Commit: b8bd3b1a74d6fde1b846a83dc307ef4e27f2a089
Parents: b6d32e8
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Nov 8 08:51:53 2018 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Nov 8 08:51:53 2018 -0600

----------------------------------------------------------------------
 dev-support/findbugs-exclude.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/b8bd3b1a/dev-support/findbugs-exclude.xml
----------------------------------------------------------------------
diff --git a/dev-support/findbugs-exclude.xml b/dev-support/findbugs-exclude.xml
index a5da96f..9813546 100644
--- a/dev-support/findbugs-exclude.xml
+++ b/dev-support/findbugs-exclude.xml
@@ -242,4 +242,8 @@
     <Bug pattern="MS_EXPOSE_REP"/>
   </Match>
 
+  <Match>
+    <Source name="~.*\.scala" />
+  </Match>
+
 </FindBugsFilter>