mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
THRIFT-3158 Make deepcopy return T
Client: Java Patch: Roshan George This closes #499
This commit is contained in:
parent
c2d4c77c5a
commit
75d879ab47
@ -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 TBase<T, F> deepCopy();
|
||||
public T deepCopy();
|
||||
|
||||
/**
|
||||
* Return to the state of having just been initialized, as though you had just
|
||||
|
Loading…
Reference in New Issue
Block a user