Update dmaap to use logging context
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / serialization / db / DBSerializer.java
index a23ff1f..e0214b4 100644 (file)
@@ -325,7 +325,7 @@ public class DBSerializer {
         boolean isComplexType = false;
         boolean isListType = false;
         if (!obj.isContainer()) {
-            this.touchStandardVertexProperties(obj.getDbName(), v, false);
+            this.touchStandardVertexProperties(v, false);
         }
         this.executePreSideEffects(obj, v);
         for (String property : properties) {