JAL-2418 source formatting
[jalview.git] / src / jalview / ws / jws1 / WS1Client.java
index 9001c61..6fa41fc 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -36,8 +36,8 @@ import ext.vamsas.ServiceHandle;
  * @author JimP
  * 
  */
-public abstract class WS1Client extends WSClient implements
-        WSMenuEntryProviderI
+public abstract class WS1Client extends WSClient
+        implements WSMenuEntryProviderI
 {
 
   /**
@@ -111,7 +111,8 @@ 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);
   }