Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 39058dd60 -> 72f4e3f34


HDFS-11487. Ozone: Exclude container protobuf files from findbugs check(amends 
previous fix). Contributed by Yuanbo Liu.


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

Branch: refs/heads/HDFS-7240
Commit: 72f4e3f34788bce26908693da3c0b35ce0fbf45a
Parents: 39058dd
Author: Xiaoyu Yao <x...@apache.org>
Authored: Tue Mar 14 21:18:44 2017 -0700
Committer: Xiaoyu Yao <x...@apache.org>
Committed: Tue Mar 14 21:18:44 2017 -0700

----------------------------------------------------------------------
 .../hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/72f4e3f3/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml 
b/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml
index 699ed89..30525f1 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml
@@ -62,6 +62,6 @@
   </Match>
 
   <Match>
-    <Package name="org.apache.hadoop.hdfs.ozone.protocol.proto" />
+    <Package name="org.apache.hadoop.ozone.protocol.proto" />
   </Match>
 </FindBugsFilter>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to