Skip to content

Commit

Permalink
Update databend-client/src/main/java/com/databend/client/DatabendSess…
Browse files Browse the repository at this point in the history
…ion.java

Co-authored-by: Yang Xiufeng <[email protected]>
  • Loading branch information
hantmac and youngsofun authored Mar 1, 2024
1 parent a02f846 commit eb57ff7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public Builder setTxnState(String txnState) {
return this;
}

public Builder setLastVersionInfo(String lastVersionInfo) {
public Builder setLastServerInfo(String lastServerInfo) {
this.lastVersionInfo = lastVersionInfo;
return this;
}
Expand Down

0 comments on commit eb57ff7

Please sign in to comment.