1
0
mirror of synced 2026-08-05 17:57:15 +00:00

FIX #6954(RoleHierarchy Comments are misleading)

This commit is contained in:
Fan Zhang
2019-06-11 22:54:42 +08:00
committed by Rob Winch
parent 71dc4f39be
commit 78cde52194
@@ -33,7 +33,7 @@ public interface RoleHierarchy {
* that are (transitively) reachable from them in the role hierarchy.
* <p>
* Example:<br>
* Role hierarchy: ROLE_A &gt; ROLE_B and ROLE_B &gt; ROLE_C.<br>
* Role hierarchy: ROLE_A &gt; ROLE_B &gt; ROLE_C.<br>
* Directly assigned authority: ROLE_A.<br>
* Reachable authorities: ROLE_A, ROLE_B, ROLE_C.
*