1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Run ./gradlew foramt

Fixes formatting for gh-18516
This commit is contained in:
Robert Winch
2026-01-21 15:54:02 -06:00
committed by Rob Winch
parent 021f84b2df
commit 1cfb3033e9
3 changed files with 10 additions and 10 deletions
@@ -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<String, List<String>> roleHierarchyMap) {
@@ -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;
@@ -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;