Skip to content

Commit

Permalink
fix: code-ql alert
Browse files Browse the repository at this point in the history
  • Loading branch information
eschrewe committed Jul 11, 2024
1 parent 1a1dbc8 commit e654681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class ErpAdapterController {

@Operation(description = "This endpoint is used to trigger scheduled updates from the ErpAdapter. This is useful " +
"if you are expecting a specific request from a partner in the near future and want to make a best-effort attempt to ensure " +
"that your PURIS backend has already obtained current data to respond to that expected request, when it arrives. \n" +
"that your PURIS backend has already obtained current data to respond to that expected request, when it arrives. \n\n" +
"Please note, that calling this endpoint has no significant effect, if a request with the exact same specifics is already " +
"currently in place. In that case, a call to this endpoint will only extend the period, after which the scheduled request will " +
"be assumed to be irrelevant (see the puris.erpadapter.timelimit property and its documentation for details in this regard). ")
Expand Down

0 comments on commit e654681

Please sign in to comment.