Fixed Concurrent Updates overriding the AAI object
[aai/aai-common.git] / aai-els-onap-logging / src / main / java / org / onap / aai / util / AAIConstants.java
index f44f736..a1a3618 100644 (file)
@@ -157,6 +157,8 @@ public final class AAIConstants {
     /** Flag to control concurrency lock */
     public static final String AAI_LOCK_URI_ENABLED = "aai.lock.uri.enabled";
 
+    public static final String AAI_LOCK_RV_ENABLED = "aai.lock.rv.enabled";
+
     /**
      * Instantiates a new AAI constants.
      */