Skip to content

Commit a4270ea

Browse files
committed
ADAP-155: removed deprecated API calls in example
1 parent 7f822fc commit a4270ea

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ private void initDesktopConnection() throws DesktopException {
134134
updateMessagePanel("Additional RVM arguments: " + rvmArgs);
135135
this.runtimeConfiguration.setAdditionalRvmArguments(rvmArgs);
136136
}
137-
this.runtimeConfiguration.setRdmURL(java.lang.System.getProperty("com.openfin.demo.rdmURL"));
138-
this.runtimeConfiguration.setRuntimeAssetURL(java.lang.System.getProperty("com.openfin.demo.assetsURL"));
139-
this.runtimeConfiguration.setAdditionalRuntimeArguments("--v=1 --no-sandbox "); // enable additional logging
137+
this.runtimeConfiguration.setAdditionalRuntimeArguments("--v=1 "); // enable additional logging
140138
this.runtimeConfiguration.setDevToolsPort(9090);
141139
this.runtimeConfiguration.setLicenseKey("my-license-key");
142140
JSONObject myconfig = new JSONObject();

0 commit comments

Comments
 (0)