Repository: hbase
Updated Branches:
  refs/heads/branch-2 b6d32e8a1 -> e5fb2f968
  refs/heads/master f17382792 -> 54172c989


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

This reverts commit 2792253322efe5cbbbc19486801f1e38df5802d5.

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/56bd0a18
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/56bd0a18
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/56bd0a18

Branch: refs/heads/master
Commit: 56bd0a1864958f14716d78dfff96a833e50e34f7
Parents: f173827
Author: Sean Busbey <bus...@apache.org>
Authored: Thu Nov 8 08:47:03 2018 -0600
Committer: Sean Busbey <bus...@apache.org>
Committed: Thu Nov 8 08:47:03 2018 -0600

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


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

Reply via email to