Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
From 516750af7e3e27bd2e061dc4429092151057d2c9 Mon Sep 17 00:00:00 2001
From: Jiakai Liu <liujiakai@fb.com>
Date: Thu, 18 Mar 2010 07:35:26 +0000
Subject: [PATCH 3/9] Fixed a hex char conversion bug in TJSONProtocol
Summary:
Fixed a hex char conversion bug in TJSONProtocol: 10 ~ 15 <=> 'a' ~ 'f'.
Test Plan:
Tested on my dev machine.
Revert Plan:
OK
—
.../org/apache/thrift/protocol/TJSONProtocol.java | 4 ++--
1 files changed, 2 insertions, 2 deletions