svn merge -c 1204363 from trunk for HADOOP-7833.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23-PB@1229910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tsz-wo Sze 2012-01-11 07:16:30 +00:00
parent 779d604bfb
commit 7da3ba86bd
2 changed files with 6 additions and 1 deletions

View File

@ -23,6 +23,11 @@ Release 0.23-PB - Unreleased
HADOOP-7776 Make the Ipc-Header in a RPC-Payload an explicit header (sanjay) HADOOP-7776 Make the Ipc-Header in a RPC-Payload an explicit header (sanjay)
BUG FIXES
HADOOP-7833. Fix findbugs warnings in protobuf generated code.
(John Lee via suresh)
Release 0.23.1 - Unreleased Release 0.23.1 - Unreleased
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -272,6 +272,6 @@
</Match> </Match>
<Match> <Match>
<!-- protobuf generated code --> <!-- protobuf generated code -->
<Class name="org.apache.hadoop.ipc.protobuf.HadoopRpcProtos"/> <Class name="~org\.apache\.hadoop\.ipc\.protobuf\.HadoopRpcProtos.*"/>
</Match> </Match>
</FindBugsFilter> </FindBugsFilter>