JAL-1925 update source version in license
[jalview.git] / src / jalview / ws / jws1 / WS1Client.java
index 9001c61..d4a91f9 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 2.9.0b2)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -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);
   }