Commit 45e3c2297117ae29f800a4376f49c4a721f1a907

Authored by Dmytro Shvaika
Committed by Andrew Shvayka
1 parent 26e84f7b

fix typo

... ... @@ -41,7 +41,7 @@ public abstract class TbAbstractAlarmNode<C extends TbAbstractAlarmNodeConfigura
41 41 static final String IS_EXISTING_ALARM = "isExistingAlarm";
42 42 static final String IS_CLEARED_ALARM = "isClearedAlarm";
43 43
44   - protected final ObjectMapper mapper = new ObjectMapper();
  44 + private final ObjectMapper mapper = new ObjectMapper();
45 45
46 46 protected C config;
47 47 private ScriptEngine buildDetailsJsEngine;
... ...