Skip to content

Commit 321f062

Browse files
author
Wenjun Che
committed
ADAP-50: changed default Runtime version to stable in OpenFinWindowTest.java
1 parent 9393b46 commit 321f062

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-1 Bytes
Binary file not shown.

src/main/java/com/openfin/desktop/demo/OpenFinWindowTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private static void setupDesktopConnection() throws Exception {
6666
desktopConnection.setAdditionalRuntimeArguments(" --v=1 "); // turn on Chromium debug log
6767
String desktopVersion = java.lang.System.getProperty("com.openfin.demo.runtime.version");
6868
if (desktopVersion == null) {
69-
desktopVersion = "alpha";
69+
desktopVersion = "stable";
7070
}
7171
desktopConnection.connectToVersion(desktopVersion, new DesktopStateListener() {
7272
@Override

0 commit comments

Comments
 (0)