Fix missing break statements in Java ProtocolUtil
authorMark Slee <mcslee@apache.org>
Tue, 2 Oct 2007 04:43:31 +0000 (04:43 +0000)
committerMark Slee <mcslee@apache.org>
Tue, 2 Oct 2007 04:43:31 +0000 (04:43 +0000)
commit780e4ecac988ba8aeea794631da2ea9a24c7717b
treecf6b1b6ebf3d86b89c5fd9034b4233da05413828
parentefd5eec21194c7b9e92fb17a26329e26b202e4f3
Fix missing break statements in Java ProtocolUtil

Summary: Oops. switch statement n00b error.

Reviewed By: jssarma

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665286 13f79535-47bb-0310-9956-ffa450edef68
lib/java/src/protocol/TProtocolUtil.java