This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cast return value of removeItem() to boolean in delete()
In cases where an exception handler is in place, it's possible for a null/void to be returned instead of a boolean. Casting it to boolean will ensure a boolean false is returned, which is what we want.
- Loading branch information