Fix writeContainerEnd call being inside loop instead of after loop
authorMark Slee <mcslee@apache.org>
Tue, 27 Nov 2007 08:38:16 +0000 (08:38 +0000)
committerMark Slee <mcslee@apache.org>
Tue, 27 Nov 2007 08:38:16 +0000 (08:38 +0000)
commit5ab570558f55d73472fbf6c0e66e6e165093c7d8
tree779969a2c03cbbb907a685f0da8b8c8ae085b461
parent53d9c0c20bd5af65676928b9b7a73dcb2cad3d78
Fix writeContainerEnd call being inside loop instead of after loop

Summary: Potentailly breaks Java serialization for protocols that care about container termination.

Reviewed By: dreiss

Test Plan: Generate code, veirfy writeListEnd/writeSetEnd is in the apporpriate place

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665366 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_java_generator.cc