Skip to content

Commit d1c2a79

Browse files
author
Julian Kast
committed
Fixed descriptions per RPC spec
1 parent 47988f3 commit d1c2a79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlCapabilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

base/src/main/java/com/smartdevicelink/proxy/rpc/SeatControlCapabilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)