From 102d8aa26601b56a038fd89b3255012c2b9b3ff9 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Mon, 30 Aug 2021 01:39:29 +0200 Subject: [PATCH] Updated so that if a device data is not set then the latest one will be loaded from the DB --- hal-core/src/se/hal/intf/HalAbstractDevice.java | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/hal-core/src/se/hal/intf/HalAbstractDevice.java b/hal-core/src/se/hal/intf/HalAbstractDevice.java index b954cc2d..8a1bb0ac 100644 --- a/hal-core/src/se/hal/intf/HalAbstractDevice.java +++ b/hal-core/src/se/hal/intf/HalAbstractDevice.java @@ -65,11 +65,12 @@ public abstract class HalAbstractDevice