apply jalview code style
[jalview.git] / src / jalview / ws / jws2 / MsaWSClient.java
index f3c385a..ea91d63 100644 (file)
@@ -274,18 +274,19 @@ public class MsaWSClient extends Jws2Client
     boolean hasparams = service.hasParameters();
     do
     {
-      String action="Align ";
+      String action = "Align ";
       if (submitGaps == true)
       {
-        action="Realign ";
+        action = "Realign ";
         msawsmenu = new JMenu("Realign with " + svcname);
-        msawsmenu.setToolTipText("Align sequences to an existing alignment");
+        msawsmenu
+                .setToolTipText("Align sequences to an existing alignment");
         rmsawsmenu.add(msawsmenu);
       }
       final boolean withGaps = submitGaps;
 
       JMenuItem method = new JMenuItem(calcName + "Defaults");
-      method.setToolTipText(action+"with default settings");
+      method.setToolTipText(action + "with default settings");
 
       method.addActionListener(new ActionListener()
       {
@@ -301,7 +302,8 @@ public class MsaWSClient extends Jws2Client
       msawsmenu.add(method);
       if (hasparams)
       {
-        // only add these menu options if the service has user-modifiable arguments
+        // only add these menu options if the service has user-modifiable
+        // arguments
         method = new JMenuItem(calcName + "Edit and run ...");
         method.setToolTipText("View and change the parameters before alignment.");