THRIFT-3158 Make deepcopy return T

Client: Java
Patch: Roshan George

This closes #499
This commit is contained in:
Roshan George 2015-05-15 21:56:15 -07:00 committed by Nobuaki Sukegawa
parent c2d4c77c5a
commit 75d879ab47

View File

@ -71,7 +71,7 @@ public interface TBase<T extends TBase<T,F>, F extends TFieldIdEnum> extends Com
*/ */
public void setFieldValue(F field, Object value); public void setFieldValue(F field, Object value);
public TBase<T, F> deepCopy(); public T deepCopy();
/** /**
* Return to the state of having just been initialized, as though you had just * Return to the state of having just been initialized, as though you had just