Skip to content

Commit

Permalink
Merge pull request #6095 from pferraro/WFCORE-6916
Browse files Browse the repository at this point in the history
WFCORE-6916 Remove usage of deprecated AbstractAddStepHandler constructors in security-manager subsystem
  • Loading branch information
yersan authored Jul 23, 2024
2 parents 96cb71a + 944ed89 commit a4f949b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class DeploymentPermissionsResourceDefinition extends PersistentResourceDefiniti

private DeploymentPermissionsResourceDefinition() {
super(DEPLOYMENT_PERMISSIONS_PATH, SecurityManagerExtension.getResolver(Constants.DEPLOYMENT_PERMISSIONS),
new ReloadRequiredAddStepHandler(ATTRIBUTES), ReloadRequiredRemoveStepHandler.INSTANCE);
ReloadRequiredAddStepHandler.INSTANCE, ReloadRequiredRemoveStepHandler.INSTANCE);
}

@Override
Expand Down

0 comments on commit a4f949b

Please sign in to comment.