diff options
author | Keong Lim <keong.lim@huawei.com> | 2018-08-30 13:57:12 +1000 |
---|---|---|
committer | Keong Lim <keong.lim@huawei.com> | 2018-09-11 02:36:12 +1000 |
commit | 0cc9e93e0407abf7c0391784eab617179eeaf767 (patch) | |
tree | 837410ebde0b9aa6907e8c20aa7be2e6c0b10970 /aai-schema | |
parent | 0c345eeb9af2d2c72c3aa3b7ee883ed8b3626b44 (diff) |
AAI-1555 Fix remote-path in esr-system-info
Issue-ID: AAI-1555
Fix remote-path in esr-system-info.
Should have been camelCase in java-attribute since v11.
Exposed in CCVPN testing of ext-aai-network.
Change-Id: I39b843307058b317972298f125aebc2593a126a7
Signed-off-by: Keong Lim <keong.lim@huawei.com>
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml b/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml index b05a8671..15ef2770 100644 --- a/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml +++ b/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml @@ -465,7 +465,7 @@ <xml-property name="description" value="ftp passive mode or not." /> </xml-properties> </xml-element> - <xml-element java-attribute="remotepath" name="remote-path" type="java.lang.String"> + <xml-element java-attribute="remotePath" name="remote-path" type="java.lang.String"> <xml-properties> <xml-property name="description" value="resource or performance data file path." /> </xml-properties> |