diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-09-12 23:29:25 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-09-12 23:54:51 +0100 |
commit | 0e23f7634e1e1fb31454c516974613335fcea1a4 (patch) | |
tree | bedf0e52104e62599dd091eb6292de5dc7d57f49 /client/client-editor | |
parent | 3ccc3d9ecd4bcd8960a2da6ecbdc7f3ac806fc67 (diff) |
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 <liam.fallon@ericsson.com>
Diffstat (limited to 'client/client-editor')
-rw-r--r-- | client/client-editor/src/main/resources/webapp/js/ApexPolicyEditForm.js | 2 |
1 files changed, 1 insertions, 1 deletions
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", |