Skip to content

Commit

Permalink
::fix: removed reference to removed class
Browse files Browse the repository at this point in the history
Signed-off-by: dseurotech <[email protected]>
  • Loading branch information
dseurotech committed Aug 2, 2023
1 parent c95329d commit 5834a91
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,9 @@ public void delete(KapuaId scopeId, KapuaId jobStepId) throws KapuaException {

@Override
public int getJobStepPropertyMaxLength() throws KapuaException {
//
// Check access
authorizationService.checkPermission(permissionFactory.newPermission(JobDomains.JOB_DOMAIN, Actions.read, KapuaId.ANY));
authorizationService.checkPermission(permissionFactory.newPermission(new JobDomain(), Actions.read, KapuaId.ANY));

//
// Return the value
return jobStepPropertyValueLengthMax;
}
Expand Down

0 comments on commit 5834a91

Please sign in to comment.