Skip to content

Commit 797aa89

Browse files
committed
Reformat javaEE Java files
1 parent 04b10b7 commit 797aa89

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

javaEE/hello_sdl_java_ee/src/main/java/com/smartdevicelink/SdlService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public void onTriggered(TriggerSource trigger) {
290290
}
291291
});
292292

293-
MenuCell mainCell5 = new MenuCell("Clear the menu", null, null, null,null, null, new MenuSelectionListener() {
293+
MenuCell mainCell5 = new MenuCell("Clear the menu", null, null, null, null, null, new MenuSelectionListener() {
294294
@Override
295295
public void onTriggered(TriggerSource trigger) {
296296
DebugTool.logInfo(TAG, "Clearing Menu. Source: " + trigger.toString());
@@ -353,7 +353,7 @@ private void showAlert(String text) {
353353
sdlManager.getScreenManager().presentAlert(alertView, new AlertCompletionListener() {
354354
@Override
355355
public void onComplete(boolean success, Integer tryAgainTime) {
356-
DebugTool.logInfo(TAG, "Alert presented: "+ success);
356+
DebugTool.logInfo(TAG, "Alert presented: " + success);
357357
}
358358
});
359359
}

javaEE/javaEE/src/test/java/com/smartdevicelink/test/TestValues.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
import java.net.URI;
66

77
public class TestValues {
8-
public static final boolean GENERAL_BOOLEAN = true;
9-
public static final byte[] GENERAL_BYTE_ARRAY = new byte[0];
10-
public static final String GENERAL_STRING = "test";
11-
public static final FileType GENERAL_FILETYPE = FileType.BINARY;
12-
public static final URI GENERAL_URI = URI.create("http://www.google.com");
8+
public static final boolean GENERAL_BOOLEAN = true;
9+
public static final byte[] GENERAL_BYTE_ARRAY = new byte[0];
10+
public static final String GENERAL_STRING = "test";
11+
public static final FileType GENERAL_FILETYPE = FileType.BINARY;
12+
public static final URI GENERAL_URI = URI.create("http://www.google.com");
1313
}

0 commit comments

Comments
 (0)