Skip to content

Commit e2bcd6e

Browse files
author
Mike Burke
committed
Hotfix for ChangeRegistration. Fixes #26
Signed-off-by: Mike Burke <mike@livioconnect.com>
1 parent e79f015 commit e2bcd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl_android_lib/src/com/smartdevicelink/proxy/rpc/ChangeRegistrationResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class ChangeRegistrationResponse extends RPCResponse {
1515
* Constructs a new ChangeRegistrationResponse object
1616
*/
1717
public ChangeRegistrationResponse() {
18-
super("ChangeLanguageRegistration");
18+
super("ChangeRegistration");
1919
}
2020

2121
/**

0 commit comments

Comments
 (0)