From 0e23f7634e1e1fb31454c516974613335fcea1a4 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 12 Sep 2018 23:29:25 +0100 Subject: Sonar/Checkstyle in model/context/core Checkstyle and sonar changes in the model, contexot and core modules. Issue-ID: POLICY-1034 Change-Id: I2d40bc877f3a548844470fc290fc89d63fa465ae Signed-off-by: liamfallon --- client/client-editor/src/main/resources/webapp/js/ApexPolicyEditForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/client-editor/src/main/resources/webapp/js/ApexPolicyEditForm.js b/client/client-editor/src/main/resources/webapp/js/ApexPolicyEditForm.js index fd34f0057..79985828d 100644 --- a/client/client-editor/src/main/resources/webapp/js/ApexPolicyEditForm.js +++ b/client/client-editor/src/main/resources/webapp/js/ApexPolicyEditForm.js @@ -376,7 +376,7 @@ function editPolicyForm_activate(parent, operation, policy, tasks, events, conte name : "PeriodicEvent", version : "0.0.1" }, - nameSpace : "com.ericsson.apex.domains.aadm.events", + nameSpace : "org.onap.policy.apex.domains.aadm.events", parameter : { entry : [ { key : "PERIODIC_EVENT_COUNT", -- cgit 1.2.3-korg