We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dc4f3 commit 78cde52Copy full SHA for 78cde52
core/src/main/java/org/springframework/security/access/hierarchicalroles/RoleHierarchy.java
@@ -33,7 +33,7 @@ public interface RoleHierarchy {
33
* that are (transitively) reachable from them in the role hierarchy.
34
* <p>
35
* Example:<br>
36
- * Role hierarchy: ROLE_A > ROLE_B and ROLE_B > ROLE_C.<br>
+ * Role hierarchy: ROLE_A > ROLE_B > ROLE_C.<br>
37
* Directly assigned authority: ROLE_A.<br>
38
* Reachable authorities: ROLE_A, ROLE_B, ROLE_C.
39
*
0 commit comments