Skip to content

Commit

Permalink
remove uncommented code with TODO #528
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf authored May 13, 2024
1 parent 763ddbd commit 7bef936
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ public void deleteAllowedPolicy(@PathVariable("policyId") final String policyId)
@ResponseStatus(HttpStatus.OK)
@PreAuthorize("hasAuthority('" + IrsRoles.ADMIN_IRS + "')")
public void removeAllowedPolicyFromBpnl(
// TODO (#528): add validation
//@ValidPolicyId
@PathVariable("policyId") final String policyId, //
@Pattern(regexp = BPN_REGEX, message = " Invalid BPN.") //
@PathVariable("bpnl") final String bpnl) {
Expand Down

0 comments on commit 7bef936

Please sign in to comment.