Skip to content

Commit 16a5a99

Browse files
Fix checkstyle
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent e85e088 commit 16a5a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
* @author Michael Mayr
7979
* @author Josh Cummings
8080
*/
81-
public class RoleHierarchyImpl implements RoleHierarchy {
81+
public final class RoleHierarchyImpl implements RoleHierarchy {
8282

8383
private static final Log logger = LogFactory.getLog(RoleHierarchyImpl.class);
8484

0 commit comments

Comments
 (0)