HDFS-11487. Ozone: Exclude container protobuf files from findbugs check(amends previous fix). Contributed by Yuanbo Liu.
This commit is contained in:
parent
39058dd601
commit
72f4e3f347
|
@ -62,6 +62,6 @@
|
||||||
</Match>
|
</Match>
|
||||||
|
|
||||||
<Match>
|
<Match>
|
||||||
<Package name="org.apache.hadoop.hdfs.ozone.protocol.proto" />
|
<Package name="org.apache.hadoop.ozone.protocol.proto" />
|
||||||
</Match>
|
</Match>
|
||||||
</FindBugsFilter>
|
</FindBugsFilter>
|
||||||
|
|
Loading…
Reference in New Issue