X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Fjws1%2FWS1Client.java;h=f05585d4851efd97d8def6f691eb6e39d09938e2;hb=8a6fa9ea9900d0f106529c3f6283e7f9d76dd2cb;hp=d906a961d3931f95fae1d50c33f8e3a93bd50ee0;hpb=153dd62dc91da13ae732600e6ea55ddbe15eab39;p=jalview.git diff --git a/src/jalview/ws/jws1/WS1Client.java b/src/jalview/ws/jws1/WS1Client.java index d906a96..f05585d 100644 --- a/src/jalview/ws/jws1/WS1Client.java +++ b/src/jalview/ws/jws1/WS1Client.java @@ -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); }