YARN-8941. Fix findbugs warnings in hadoop-yarn-csi. Contributed by Weiwei Yang.

This commit is contained in:
Weiwei Yang 2018-10-25 07:55:51 +08:00
parent 936fc3f3c2
commit ddc1e0b727
1 changed files with 3 additions and 1 deletions

View File

@ -15,5 +15,7 @@
limitations under the License.
-->
<FindBugsFilter>
<Match>
<Package name="csi.v0" />
</Match>
</FindBugsFilter>