This commit is contained in:
Milos Kozak 2018-07-28 11:31:37 +02:00
parent ee1c620907
commit 15694a3b8b

View file

@ -142,7 +142,7 @@ public class BgReading implements DataPointWithLabelInterface {
return false;
if (raw != other.raw)
return false;
if (!direction.equals(other.direction))
if (!Objects.equals(direction, other.direction))
return false;
if (!Objects.equals(_id, other._id))
return false;