more bug fixes

Former-commit-id: 8655ac0c062e08d254975942048c82df98a597c2
This commit is contained in:
Ziver Koc 2016-01-15 13:18:09 +01:00
parent 1e97a4705e
commit 8b42e5bbc9

View file

@ -39,6 +39,7 @@ public abstract class AbstractDevice<T> extends DBBean {
Configurator<T> configurator = new Configurator<>(deviceData); Configurator<T> configurator = new Configurator<>(deviceData);
configurator.setValues(JSONParser.read(config)); configurator.setValues(JSONParser.read(config));
configurator.applyConfiguration();
} catch (Exception e) { } catch (Exception e) {
logger.log(Level.SEVERE, "Unable to read device data", e); logger.log(Level.SEVERE, "Unable to read device data", e);
} }