apply jalview code style
[jalview.git] / src / jalview / ws / jws1 / WS1Client.java
index d906a96..f05585d 100644 (file)
@@ -27,11 +27,13 @@ import javax.swing.JMenu;
 import ext.vamsas.ServiceHandle;
 
 /**
- * JWS1 Specific UI attributes and methods  
+ * JWS1 Specific UI attributes and methods
+ * 
  * @author JimP
- *
+ * 
  */
-public abstract class WS1Client extends WSClient implements WSMenuEntryProviderI
+public abstract class WS1Client extends WSClient implements
+        WSMenuEntryProviderI
 {
 
   /**
@@ -79,7 +81,7 @@ public abstract class WS1Client extends WSClient implements WSMenuEntryProviderI
     else
     {
       WebServiceJobTitle = sh.getAbstractName() + " using " + sh.getName();
-  
+
     }
     WebServiceReference = sh.getDescription();
     WsURL = sh.getEndpointURL();
@@ -111,8 +113,8 @@ public abstract class WS1Client extends WSClient implements WSMenuEntryProviderI
   }
 
   /**
-   * method implemented by each concrete WS1Client implementation that creates menu
-   * entries that enact their service using data from alignFrame.
+   * method implemented by each concrete WS1Client implementation that creates
+   * menu entries that enact their service using data from alignFrame.
    * 
    * @param wsmenu
    *          where new menu entries (and submenus) are to be attached
@@ -121,7 +123,7 @@ public abstract class WS1Client extends WSClient implements WSMenuEntryProviderI
    *          created for
    * @param alignFrame
    */
-  public abstract void attachWSMenuEntry(JMenu wsmenu, final ServiceHandle serviceHandle,
-          final AlignFrame alignFrame);
+  public abstract void attachWSMenuEntry(JMenu wsmenu,
+          final ServiceHandle serviceHandle, final AlignFrame alignFrame);
 
 }