Rename TJSONProtocol.java -> TSimpleJSONProtocol.java
authorDavid Reiss <dreiss@apache.org>
Thu, 21 Feb 2008 22:49:58 +0000 (22:49 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 21 Feb 2008 22:49:58 +0000 (22:49 +0000)
commit132cc46d07a2b92f273b37f4c163b03a001f1a5a
treeab49fe619b0ab636dbf9b2ac02a464d3f2f9d01d
parent1e62ab468cda132ae29b849d7c1ea4eac141140b
Rename TJSONProtocol.java -> TSimpleJSONProtocol.java

Summary:
Chad Walters is developing a full-featured JSON-based protocol for Java,
so we're renaming the existing protocol to something more descriptive.
I also edited the file to rename the class and add to the header comment.
I have no idea if Subversion does explicit rename tracking, or if
git svn is smart enough to mark renames as such, but I would predict
"yes" to both.  Let's find out.

Reviewed By: mcslee, jssarma

Test Plan: Ran "ant" in lib/java

Revert Plan: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665492 13f79535-47bb-0310-9956-ffa450edef68
lib/java/src/protocol/TSimpleJSONProtocol.java [moved from lib/java/src/protocol/TJSONProtocol.java with 96% similarity]