formatting change only

This commit is contained in:
Axel Uhl
2025-07-28 15:51:25 +02:00
parent 4039c905fb
commit 734f9cfcc8
@@ -47,8 +47,8 @@ public class SecuredSecurityTypes extends HasPermissionsImpl {
* type-relative identifier is the {@link User#getName() username}. * type-relative identifier is the {@link User#getName() username}.
*/ */
public static final HasPermissions USER = new SecuredSecurityTypes("USER", DefaultActions public static final HasPermissions USER = new SecuredSecurityTypes("USER", DefaultActions
.plus(UserActions.FORCE_OVERWRITE_PASSWORD, PublicReadableActions.READ_PUBLIC, UserActions.ADD_SUBSCRIPTION .plus(UserActions.FORCE_OVERWRITE_PASSWORD, PublicReadableActions.READ_PUBLIC,
, UserActions.BE_PREMIUM)); UserActions.ADD_SUBSCRIPTION, UserActions.BE_PREMIUM));
/** /**
* type-relative identifier is the {@link RoleDefinition#getId() role ID's} string representation * type-relative identifier is the {@link RoleDefinition#getId() role ID's} string representation