summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-10-05 09:36:48 -0400
committerGitHub <noreply@github.com>2018-10-05 09:36:48 -0400
commit42ce33645939bef8c90233b46268e1bab706e5b6 (patch)
tree31beeff5bee3119150886b46d9e7e0230e0accf6
parentee5bdb5d8d0e8b8296f1f668a8c847e13cee5035 (diff)
parent2f342d8c5689c388f087242965f545df38816fba (diff)
downloadsdl_core-42ce33645939bef8c90233b46268e1bab706e5b6.tar.gz
Merge pull request #2654 from JackLivio/fix/remove_defvalue_from_keep_context5.0.0_RC2
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.