Skip to content

Commit

Permalink
fix.create role folder when init.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinLeeo authored Jan 26, 2024
1 parent 6c15634 commit 7d0a735
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public abstract class BasicRoleManager implements IRoleManager {
this.roleMap = new HashMap<>();
this.accessor = accessor;
this.lock = new HashLock();
this.accessor.reset();
}

@Override
Expand Down

0 comments on commit 7d0a735

Please sign in to comment.