Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent NPE in RemoteStorageHelper.cleanBuckets (#492)
The method getEventBasedHold and getTemporaryHold return Boolean objects which are either true, false or null. In case of a null value, this produced a NPE.
- Loading branch information