[AAI-217 Amsterdam] Remove the att references in
[aai/aai-common.git] / aai-core / src / main / java / org / openecomp / aai / util / StoreNotificationEvent.java
index 2d47d38..29fa69d 100644 (file)
@@ -147,7 +147,7 @@ public class StoreNotificationEvent {
                        throw new AAIException("AAI_7350");
                }
 
-               DynamicEntity notificationEvent = notificationJaxbContext.getDynamicType("inventory.aai.att.com." + notificationVersion + ".NotificationEvent").newDynamicEntity();
+               DynamicEntity notificationEvent = notificationJaxbContext.getDynamicType("inventory.aai.onap.org." + notificationVersion + ".NotificationEvent").newDynamicEntity();
 
                if (eventHeader.get("id") == null) {
                        eventHeader.set("id", genDate2() + "-" + UUID.randomUUID().toString());