Author: bryanduxbury
Date: Thu Jan 22 08:27:16 2009
New Revision: 736691
URL: http://svn.apache.org/viewvc?rev=736691&view=rev
Log:
THRIFT-240. java: TBase should implement Cloneable
The TBase interface now extends Cloneable.
Modified:
incubator/thrift/trunk/lib/java/src/org/apache/thrift/TBase.java
Modified: incubator/thrift/trunk/lib/java/src/org/apache/thrift/TBase.java
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/TBase.java?rev=736691&r1=736690&r2=736691&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/java/src/org/apache/thrift/TBase.java (original)
+++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/TBase.java Thu Jan 22
08:27:16 2009
@@ -13,7 +13,7 @@
*
* @author Mark Slee <[email protected]>
*/
-public interface TBase {
+public interface TBase extends Cloneable {
/**
* Reads the TObject from the given input protocol.