fixes after merging the changes from master

This commit is contained in:
rodicasutu
2020-07-22 20:00:34 +03:00
parent 58f06c6d4b
commit 53b2284e27

View File

@@ -50,7 +50,7 @@ public enum ActionsOnRule
HIDE_RECORD("hide-record"),
DECLARE_VERSION_AS_RECORD("declare-as-version-record"),
DECLARE_AS_RECORD("create-record"),
WORM_LOCK("wormlock");
WORM_LOCK("wormLock");
private String actionValue;