Java Thrift libraries no longer use specially defined UInt32 etc. classes
authorMark Slee <mcslee@apache.org>
Wed, 9 Aug 2006 00:05:18 +0000 (00:05 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 9 Aug 2006 00:05:18 +0000 (00:05 +0000)
commit530fd662c015083a94526b9e4370892565409de6
treebdf23f1d28006ade6dbc866dbeb9737e6903e482
parent52f643df7c069228a799f19ae4b58a6ab8c05275
Java Thrift libraries no longer use specially defined UInt32 etc. classes

Summary: There was really no need for these now that we are getting rid of unsigned, they should all just use the builtin int and long types

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664741 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
lib/java/src/protocol/TBinaryProtocol.java
lib/java/src/protocol/TField.java
lib/java/src/protocol/TList.java
lib/java/src/protocol/TMap.java
lib/java/src/protocol/TProtocol.java
lib/java/src/protocol/TProtocolUtil.java
lib/java/src/protocol/TSet.java
lib/java/src/protocol/TStruct.java
lib/java/src/protocol/TType.java
lib/java/src/transport/TSocket.java
lib/java/src/types/Int32.java [deleted file]
lib/java/src/types/Int64.java [deleted file]
lib/java/src/types/UInt32.java [deleted file]
lib/java/src/types/UInt64.java [deleted file]
lib/java/src/types/UInt8.java [deleted file]