We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fa50d commit 75bb2f6Copy full SHA for 75bb2f6
src/main/java/com/openfin/desktop/demo/LauncherBusDemo.java
@@ -577,7 +577,7 @@ public void windowClosing(WindowEvent we) {
577
578
public static void main(String args[]) {
579
580
- System.out.println(String.format("Install info on your machine %s", .toString()));
+ System.out.println(String.format("Install info on your machine %s", OpenFinRuntime.getInstallInfo().toString()));
581
javax.swing.SwingUtilities.invokeLater(new Runnable() {
582
public void run() {
583
createAndShowGUI("OpenFin Embed Example");
0 commit comments