File tree Expand file tree Collapse file tree
base/src/main/java/com/smartdevicelink/proxy/rpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public RadioControlCapabilities(@NonNull String moduleName) {
7979 /**
8080 * Sets the moduleName portion of the RadioControlCapabilities class
8181 *
82- * @param moduleName The short friendly name of the climate control module.
82+ * @param moduleName The short friendly name of the radio control module.
8383 * It should not be used to identify a module by mobile application.
8484 */
8585 public RadioControlCapabilities setModuleName (@ NonNull String moduleName ) {
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public String getModuleName() {
9494 /**
9595 * Sets the moduleName portion of the SeatControlCapabilities class
9696 *
97- * @param moduleName - The short friendly name of the light control module. It should not be used to identify a module by mobile application.
97+ * @param moduleName - The short friendly name of the seat control module. It should not be used to identify a module by mobile application.
9898 */
9999 public SeatControlCapabilities setModuleName (@ NonNull String moduleName ) {
100100 setValue (KEY_MODULE_NAME , moduleName );
You can’t perform that action at this time.
0 commit comments