Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
optimize use way
  • Loading branch information
jxnu-liguobin committed Dec 16, 2023
commit 665629894c53ed598a21a1257ee8065dcb414270
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ public PlainSelect withForMode(ForMode forUpdate) {
return this;
}

public PlainSelect withForModeTable(Table forUpdateTable) {
public PlainSelect withForUpdateTable(Table forUpdateTable) {
this.setForUpdateTable(forUpdateTable);
return this;
}
Expand Down