Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor addStandardAccessRules method for null safety
A null-check has been added before using the standardAccessRules variable to safeguard against potential NullPointerException. The logic has also been reconsidered, and now it only attempts to populate the standardAccessRules set from the database if it is found to be empty or null. This should enhance efficiency by avoiding unnecessary database calls.
- Loading branch information