summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2017-10-25 13:28:31 -0400
committerGitHub <noreply@github.com>2017-10-25 13:28:31 -0400
commit5f898acff9f9cbe745ffbd36105fb5b3a3b296ac (patch)
treeb0946ccb48d4cc3d7d90e3cd0948b1931e4177d0
parentb8414cdcf0fc2d0fb96efaa7687edc471e642206 (diff)
downloadsdl_android-5f898acff9f9cbe745ffbd36105fb5b3a3b296ac.tar.gz
Update RadioControlData documentation
Update RadioControl data documentation to be consistent between get and set radio enabled
-rw-r--r--sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlData.java3
1 files changed, 1 insertions, 2 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 706b4e801..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,9 +182,8 @@ public class RadioControlData extends RPCStruct{
/**
* Sets the radioEnable portion of the RadioControlData class
+ * <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.
- * <br>When the radio is disabled, no data other than radioEnable
- * <br>is included in a GetInteriorVehicleData response.
*
* @param radioEnable
* True if the radio is on, false is the radio is off.