Skip to content

Commit

Permalink
Merge 1.5.4 changes back to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Aug 30, 2023
2 parents d7d3d52 + 4defba9 commit 6710b31
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,18 @@ public class RequestValidationService {
* Service for retrieving configuration information regarding the
* JSONAuthenticationProvider.
*/
@Inject
private ConfigurationService confService;

/**
* Constructor that enables passing of an instance of
* ConfigurationService. (Only used for unit testing)
* Create a new instance of the request validation service, with the
* provided ConfigurationService object used to retrieve configuration
* properties for this extension.
*
* @param confService
* The (mock) instance of ConfigurationService
* The instance of ConfigurationService for retrieving configuration
* properties for this extension.
*/
@Inject
public RequestValidationService(ConfigurationService confService) {
this.confService = confService;
}
Expand Down

0 comments on commit 6710b31

Please sign in to comment.