diff --git a/core/src/main/java/org/springframework/security/access/hierarchicalroles/RoleHierarchyUtils.java b/core/src/main/java/org/springframework/security/access/hierarchicalroles/RoleHierarchyUtils.java index 0bcb3695ee..375b1993ce 100644 --- a/core/src/main/java/org/springframework/security/access/hierarchicalroles/RoleHierarchyUtils.java +++ b/core/src/main/java/org/springframework/security/access/hierarchicalroles/RoleHierarchyUtils.java @@ -36,14 +36,14 @@ public final class RoleHierarchyUtils { /** * Converts the supplied {@link Map} of role name to implied role name(s) to a string - * representation understood by the role hierarchy parser. - * The map key is the role name and the map value is a {@link List} of implied role name(s). - * * @param roleHierarchyMap the mapping(s) of role name to implied role name(s) + * representation understood by the role hierarchy parser. The map key is the role + * name and the map value is a {@link List} of implied role name(s). * @param + * roleHierarchyMap the mapping(s) of role name to implied role name(s) * @return a string representation of a role hierarchy * @throws IllegalArgumentException if roleHierarchyMap is null or empty, or if a role * name/implied role name is null or empty - * @deprecated Use {@link RoleHierarchyImpl#fromHierarchy(String)} or the builder-based - * approach instead of this manual conversion. + * @deprecated Use {@link RoleHierarchyImpl#fromHierarchy(String)} or the + * builder-based approach instead of this manual conversion. */ @Deprecated public static String roleHierarchyFromMap(Map> roleHierarchyMap) { diff --git a/core/src/main/java/org/springframework/security/access/package-info.java b/core/src/main/java/org/springframework/security/access/package-info.java index 2a830aa20c..83a3f7f0f0 100644 --- a/core/src/main/java/org/springframework/security/access/package-info.java +++ b/core/src/main/java/org/springframework/security/access/package-info.java @@ -16,9 +16,9 @@ /** * Core access-control related code, including security metadata related classes, - * interception code, access control annotations, EL support, and implementations - * of the central {@link org.springframework.security.authorization.AuthorizationManager AuthorizationManager} - * interface. + * interception code, access control annotations, EL support, and implementations of the + * central {@link org.springframework.security.authorization.AuthorizationManager + * AuthorizationManager} interface. */ @NullMarked package org.springframework.security.access; diff --git a/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java b/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java index ec93a6bcda..5e2405aeaf 100644 --- a/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java +++ b/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java @@ -41,8 +41,8 @@ public final class SpringSecurityCoreVersion { /** * Global Serialization value for Spring Security classes. - * @deprecated Please have each class use its own serialization version - * For more details, refer to the {@code SpringSecurityCoreVersionSerializableTests} class. + * @deprecated Please have each class use its own serialization version For more + * details, refer to the {@code SpringSecurityCoreVersionSerializableTests} class. */ @Deprecated(forRemoval = true) public static final long SERIAL_VERSION_UID = 620L;