Skip to content

Commit 75bb2f6

Browse files
committed
ADAP-159: added example for OpenFinRuntime.getInstallInfo
1 parent 35fa50d commit 75bb2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ public void windowClosing(WindowEvent we) {
577577

578578
public static void main(String args[]) {
579579

580-
System.out.println(String.format("Install info on your machine %s", .toString()));
580+
System.out.println(String.format("Install info on your machine %s", OpenFinRuntime.getInstallInfo().toString()));
581581
javax.swing.SwingUtilities.invokeLater(new Runnable() {
582582
public void run() {
583583
createAndShowGUI("OpenFin Embed Example");

0 commit comments

Comments
 (0)