Merge branch 'develop' into features/JAL-2446NCList
[jalview.git] / src / jalview / appletgui / JVDialog.java
index a7cc83f..9853d98 100644 (file)
@@ -58,8 +58,8 @@ public class JVDialog extends Dialog implements ActionListener
             width, height);
   }
 
-  public JVDialog(Frame owner, Panel mainPanel, String title,
-          boolean modal, int width, int height)
+  public JVDialog(Frame owner, Panel mainPanel, String title, boolean modal,
+          int width, int height)
   {
     super(owner, title, modal);
     this.owner = owner;