Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
fix: fix a mismatch code (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongChaoqiang authored Apr 28, 2022
1 parent 9db2efc commit 6660e9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void send_data(org.apache.thrift.protocol.TProtocol oprot, int seqid) thr
}

public void recv_data(TProtocol iprot) throws TException {
rrdb.put_result result = new rrdb.put_result();
rrdb.multi_put_result result = new rrdb.multi_put_result();
result.read(iprot);
if (result.isSetSuccess()) resp = result.success;
else
Expand Down

0 comments on commit 6660e9b

Please sign in to comment.