Skip to content

Commit 78ca0bf

Browse files
Remove extra semicolons
1 parent e4b2d29 commit 78ca0bf

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

android/sdl_android/src/androidTest/java/com/smartdevicelink/protocol/SdlProtocolTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ public void onAuthTokenReceived(String authToken) {
115115

116116
}
117117

118-
;
119-
120118
DidReceiveListener onProtocolMessageReceivedListener = new DidReceiveListener();
121119

122120

android/sdl_android/src/androidTest/java/com/smartdevicelink/test/TestValues.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ public class TestValues {
274274
public static final DeviceInfo GENERAL_DEVICEINFO = new DeviceInfo();
275275
public static final AppInfo GENERAL_APPINFO = new AppInfo();
276276
public static final Uri GENERAL_URI = Uri.parse("http://www.google.com");
277-
;
278277
public static final LayoutMode GENERAL_LAYOUTMODE = LayoutMode.LIST_ONLY;
279278
public static final MenuParams GENERAL_MENUPARAMS = new MenuParams();
280279
public static final SoftButton GENERAL_SOFTBUTTON = new SoftButton();

0 commit comments

Comments
 (0)