JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / gui / OOMWarning.java
index 319c283..eb4425e 100644 (file)
@@ -77,12 +77,11 @@ public class OOMWarning implements Runnable
 
   public void run()
   {
-    javax.swing.JOptionPane
-            .showInternalMessageDialog(
-                    desktop,
-                    MessageManager.formatMessage("warn.out_of_memory_when_action", new String[]{action}),
-                    MessageManager.getString("label.out_of_memory"),
-                    javax.swing.JOptionPane.WARNING_MESSAGE);
+    javax.swing.JOptionPane.showInternalMessageDialog(desktop,
+            MessageManager.formatMessage("warn.out_of_memory_when_action",
+                    new String[] { action }), MessageManager
+                    .getString("label.out_of_memory"),
+            javax.swing.JOptionPane.WARNING_MESSAGE);
     // hope that there's enough memory left that no more appear.
     oomInprogress = false;
   }