(no ticket). java: Make Unions print binary values more tersely
authorBryan Duxbury <bryanduxbury@apache.org>
Mon, 28 Dec 2009 18:49:03 +0000 (18:49 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Mon, 28 Dec 2009 18:49:03 +0000 (18:49 +0000)
commitd250314e66b5a90b4aa5060ee1e326b5818cbb46
tree3243d088c96f54df020bca22b6b247d3f5c1dcd6
parent2d80470bcb1a7e41ef0668194ab97bb65342baac
(no ticket). java: Make Unions print binary values more tersely

Bytes were getting sign-extended out into giant strings of f's. This change makes sure only the bottom byte is used.

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