Skip to content

Commit 78cde52

Browse files
since1986rwinch
authored andcommitted
FIX #6954(RoleHierarchy Comments are misleading)
1 parent 71dc4f3 commit 78cde52

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/org/springframework/security/access/hierarchicalroles

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public interface RoleHierarchy {
3333
* that are (transitively) reachable from them in the role hierarchy.
3434
* <p>
3535
* Example:<br>
36-
* Role hierarchy: ROLE_A &gt; ROLE_B and ROLE_B &gt; ROLE_C.<br>
36+
* Role hierarchy: ROLE_A &gt; ROLE_B &gt; ROLE_C.<br>
3737
* Directly assigned authority: ROLE_A.<br>
3838
* Reachable authorities: ROLE_A, ROLE_B, ROLE_C.
3939
*

0 commit comments

Comments
 (0)