JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / ws / jws1 / WS1Client.java
index 07b9980..f111760 100644 (file)
@@ -111,7 +111,9 @@ public abstract class WS1Client extends WSClient implements
   {
     if (serviceHandle == null)
     {
-      throw new Error(MessageManager.getString("error.implementation_error_cannot_attach_ws_menu_entry"));
+      throw new Error(
+              MessageManager
+                      .getString("error.implementation_error_cannot_attach_ws_menu_entry"));
     }
     attachWSMenuEntry(wsmenu, serviceHandle, alignFrame);
   }