summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-10-04 15:43:44 -0400
committerJackLivio <jack@livio.io>2018-10-04 15:43:44 -0400
commit2f342d8c5689c388f087242965f545df38816fba (patch)
tree2582194f81305b1184b415b446f26aab141baeff
parent0e60f321350dd4a0d1125d2e3ecdaa3d24e67449 (diff)
downloadsdl_core-2f342d8c5689c388f087242965f545df38816fba.tar.gz
Remove defvalue from keepContext
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 68135ca528..6310f8d823 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -3327,7 +3327,7 @@
If the value is MOBILE_APP, the system shall switch to the mobile media app that issues the setter RPC.
</description>
</param>
- <param name="keepContext" type="Boolean" defvalue="false" mandatory="false">
+ <param name="keepContext" type="Boolean" mandatory="false">
<description>
This parameter shall not be present in any getter responses or notifications.
This parameter is optional in a setter request. The default value is false if it is not included.