Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPE when retrieving an entity with a null UUID
While the null UUID is almost certainly an error, the old implementation did not NPE as it used a plain HashMap for lookup by UUID, whereas we use a ConcurrentHashMap which will NPE on null keys.
- Loading branch information