Fix checkstyle

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan 2025-06-20 01:27:10 +07:00
parent e85e0887e2
commit 16a5a999d4
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ import org.springframework.util.Assert;
* @author Michael Mayr
* @author Josh Cummings
*/
public class RoleHierarchyImpl implements RoleHierarchy {
public final class RoleHierarchyImpl implements RoleHierarchy {
private static final Log logger = LogFactory.getLog(RoleHierarchyImpl.class);