Skip to content

Commit

Permalink
Return this
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 28, 2024
1 parent c74c677 commit 06259f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ public boolean getShouldStoreResult() {
return false;
}

public void runAs(Subject runAs) {
public ActionRequest runAs(Subject runAs) {
this.runAs = runAs;
return this;
}

public Subject getRunAs() {
Expand Down

0 comments on commit 06259f7

Please sign in to comment.