diff options
author | mmis <michael.morris@ericsson.com> | 2018-09-14 11:54:23 +0100 |
---|---|---|
committer | mmis <michael.morris@ericsson.com> | 2018-09-14 11:59:49 +0100 |
commit | 330836ad1aa9c88dd3c308fcd750ccd1aaf3e4b9 (patch) | |
tree | 052f32e32bef486d92551ed78a42430e796d6a65 /packages/apex-pdp-package-full/src/main/package/examples/config/SampleDomain/File2FileXmlEvent.json | |
parent | 4cfa2e2d98f6877d54da304ef17f096284430908 (diff) |
Updated examples for renamed parameter classes
Parameter classes were renamed to correct camel case names, hence
the references to those parameter classes in the example config files
needs to be updated
Issue-ID: POLICY-1034
Change-Id: Ie388d6e25cf4bbec6984d4386cdeb19a7a3916c0
Signed-off-by: mmis <michael.morris@ericsson.com>
Diffstat (limited to 'packages/apex-pdp-package-full/src/main/package/examples/config/SampleDomain/File2FileXmlEvent.json')
-rw-r--r-- | packages/apex-pdp-package-full/src/main/package/examples/config/SampleDomain/File2FileXmlEvent.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/apex-pdp-package-full/src/main/package/examples/config/SampleDomain/File2FileXmlEvent.json b/packages/apex-pdp-package-full/src/main/package/examples/config/SampleDomain/File2FileXmlEvent.json index 7c6cbb9e8..e985b10d4 100644 --- a/packages/apex-pdp-package-full/src/main/package/examples/config/SampleDomain/File2FileXmlEvent.json +++ b/packages/apex-pdp-package-full/src/main/package/examples/config/SampleDomain/File2FileXmlEvent.json @@ -24,7 +24,7 @@ }, "eventProtocolParameters": { "eventProtocol": "XML", - "parameterClassName": "org.onap.policy.apex.plugins.event.protocol.xml.XMLEventProtocolParameters" + "parameterClassName": "org.onap.policy.apex.plugins.event.protocol.xml.XmlEventProtocolParameters" } } }, @@ -38,7 +38,7 @@ }, "eventProtocolParameters": { "eventProtocol": "XML", - "parameterClassName": "org.onap.policy.apex.plugins.event.protocol.xml.XMLEventProtocolParameters" + "parameterClassName": "org.onap.policy.apex.plugins.event.protocol.xml.XmlEventProtocolParameters" } } } |