summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2017-07-31 13:04:00 -0400
committerJackLivio <jack@livio.io>2017-07-31 13:04:00 -0400
commit4cf0d1f96fabc5e6bcd41f5989e14d846eb1c8f1 (patch)
treea3f9336b8f8feb91f5992ddc8e120f4cf2b00742
parente3b0b31a8c2537f21f9a8c0c39f855ed4ebced5c (diff)
downloadsdl_core-4cf0d1f96fabc5e6bcd41f5989e14d846eb1c8f1.tar.gz
Put description after element
-rw-r--r--src/components/interfaces/MOBILE_API.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index e94cbf3183..cac520d349 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -5061,8 +5061,8 @@
<element name="IGNORED"/>
<element name="DISALLOWED"/>
<element name="USER_DISALLOWED"/>
- <element name="UNSUPPORTED_RESOURCE"><description>The capability does not exist on the module</description></element>
- <element name="DATA_NOT_AVAILABLE"><description>The capability should exist on the module but there was an error retrieving the data.</description></element>
+ <element name="UNSUPPORTED_RESOURCE"/><description>The capability does not exist on the module</description>
+ <element name="DATA_NOT_AVAILABLE"/><description>The capability should exist on the module but there was an error retrieving the data.</description>
</param>
<param name="info" type="String" maxlength="1000" mandatory="false">
</param>