Skip to content

Commit

Permalink
MID-8167: Fixed wrongly set overwrite in ModifyObjectResult
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Oct 11, 2022
1 parent a5bf227 commit 1c34242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public ModifyObjectResult(PrismObject<T> objectBefore, PrismObject<T> objectAfte
this.objectBefore = objectBefore;
this.objectAfter = objectAfter;
this.modifications = modifications;
this.overwrite = false;
this.overwrite = overwrite;
}

public PrismObject<T> getObjectBefore() {
Expand Down

0 comments on commit 1c34242

Please sign in to comment.