Skip to content

Commit

Permalink
Spotless and more tests with cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelabuckley committed Feb 8, 2025
1 parent f3a9d36 commit eb5f0d0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ public void completeOperationFailure(
myTarget.completeOperationFailure(theRequestDetails, theException, theContextServices);
}

public IConsentService getTarget() {
return myTarget;
}

public void setTarget(IConsentService theTarget) {
myTarget = theTarget;
}
Expand Down

0 comments on commit eb5f0d0

Please sign in to comment.