code review comments

This commit is contained in:
Claudia Agache
2020-07-20 10:39:41 +00:00
parent e10e1a310a
commit 6b51c3ad83

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;