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
fix param name
  • Loading branch information
jxnu-liguobin committed Dec 16, 2023
commit e51ec2a6d9fb7cf35642f72ecda5a716439bb2c0
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ public PlainSelect withOracleSiblings(boolean oracleSiblings) {
return this;
}

public PlainSelect withForMode(ForMode forUpdate) {
this.setForMode(forUpdate);
public PlainSelect withForMode(ForMode forMode) {
this.setForMode(forMode);
return this;
}

Expand Down