mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-17 20:16:57 +01:00
A request with a sortBy would have lead to a null pointer exception, when at least one value for the objects is null. This adds checks to avoid these exceptions. With this, null values are considered to be less than non-null values.