HADOOP-11178. Fix findbugs exclude file. (Arun Suresh via wang)

(cherry picked from commit d7b647f0ee)
This commit is contained in:
Andrew Wang 2014-10-09 11:58:36 -07:00
parent 4e544c84e9
commit 971eb31d28
2 changed files with 3 additions and 1 deletions

View File

@ -242,6 +242,8 @@ Release 2.6.0 - UNRELEASED
HADOOP-11007. Reinstate building of ant tasks support. (jlowe via kihwal)
HADOOP-11178. Fix findbugs exclude file. (Arun Suresh via wang)
OPTIMIZATIONS
HADOOP-10838. Byte array native checksumming. (James Thomas via todd)

View File

@ -316,7 +316,7 @@
</Match>
<Match>
<!-- protobuf generated code -->
<Class name="~org\.apache\.hadoop\.tracing\.TraceAdminPB.*">
<Class name="~org\.apache\.hadoop\.tracing\.TraceAdminPB.*"/>
</Match>
<!--