Skip to content

Commit 1cfb303

Browse files
committed
Run ./gradlew foramt
Fixes formatting for gh-18516
1 parent 021f84b commit 1cfb303

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

core/src/main/java/org/springframework/security/access/hierarchicalroles/RoleHierarchyUtils.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ private RoleHierarchyUtils() {
3636

3737
/**
3838
* Converts the supplied {@link Map} of role name to implied role name(s) to a string
39-
* representation understood by the role hierarchy parser.
40-
* The map key is the role name and the map value is a {@link List} of implied role name(s).
41-
* * @param roleHierarchyMap the mapping(s) of role name to implied role name(s)
39+
* representation understood by the role hierarchy parser. The map key is the role
40+
* name and the map value is a {@link List} of implied role name(s). * @param
41+
* roleHierarchyMap the mapping(s) of role name to implied role name(s)
4242
* @return a string representation of a role hierarchy
4343
* @throws IllegalArgumentException if roleHierarchyMap is null or empty, or if a role
4444
* name/implied role name is null or empty
45-
* @deprecated Use {@link RoleHierarchyImpl#fromHierarchy(String)} or the builder-based
46-
* approach instead of this manual conversion.
45+
* @deprecated Use {@link RoleHierarchyImpl#fromHierarchy(String)} or the
46+
* builder-based approach instead of this manual conversion.
4747
*/
4848
@Deprecated
4949
public static String roleHierarchyFromMap(Map<String, List<String>> roleHierarchyMap) {

core/src/main/java/org/springframework/security/access/package-info.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
/**
1818
* Core access-control related code, including security metadata related classes,
19-
* interception code, access control annotations, EL support, and implementations
20-
* of the central {@link org.springframework.security.authorization.AuthorizationManager AuthorizationManager}
21-
* interface.
19+
* interception code, access control annotations, EL support, and implementations of the
20+
* central {@link org.springframework.security.authorization.AuthorizationManager
21+
* AuthorizationManager} interface.
2222
*/
2323
@NullMarked
2424
package org.springframework.security.access;

core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public final class SpringSecurityCoreVersion {
4141

4242
/**
4343
* Global Serialization value for Spring Security classes.
44-
* @deprecated Please have each class use its own serialization version
45-
* For more details, refer to the {@code SpringSecurityCoreVersionSerializableTests} class.
44+
* @deprecated Please have each class use its own serialization version For more
45+
* details, refer to the {@code SpringSecurityCoreVersionSerializableTests} class.
4646
*/
4747
@Deprecated(forRemoval = true)
4848
public static final long SERIAL_VERSION_UID = 620L;

0 commit comments

Comments
 (0)