summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2017-10-25 13:28:51 -0400
committerGitHub <noreply@github.com>2017-10-25 13:28:51 -0400
commit0c9865a8de03a66b1d9eb565c18196437b108aea (patch)
treeb0946ccb48d4cc3d7d90e3cd0948b1931e4177d0
parentbbdc7936c680408ab325a6241278a5f1ae3d35db (diff)
parent5f898acff9f9cbe745ffbd36105fb5b3a3b296ac (diff)
downloadsdl_android-0c9865a8de03a66b1d9eb565c18196437b108aea.tar.gz
Merge pull request #645 from smartdevicelink/bugfix/issue_633
update documentation per Evo Pro
-rw-r--r--sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlData.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlData.java b/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlData.java
index 92c2ebeff..4744399ac 100644
--- a/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlData.java
+++ b/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlData.java
@@ -182,7 +182,8 @@ public class RadioControlData extends RPCStruct{
/**
* Sets the radioEnable portion of the RadioControlData class
- * <br><b>Note: </b> This setting is normally a <b>READ-ONLY</b> setting
+ * <br><b>Note: </b> If this is set to false, no other data will be included.
+ * <br><b>Note: </b> This setting is normally a <b>READ-ONLY</b> setting.
*
* @param radioEnable
* True if the radio is on, false is the radio is off.