merge from 2_4_Release branch
[jalview.git] / src / uk / ac / ebi / www / WSWUBlastService.java
index bc65727..ececb65 100755 (executable)
@@ -7,14 +7,13 @@
 
 package uk.ac.ebi.www;
 
-public interface WSWUBlastService
-    extends javax.xml.rpc.Service
+public interface WSWUBlastService extends javax.xml.rpc.Service
 {
   public java.lang.String getWSWUBlastAddress();
 
   public uk.ac.ebi.www.WSWUBlast getWSWUBlast()
-      throws javax.xml.rpc.ServiceException;
+          throws javax.xml.rpc.ServiceException;
 
   public uk.ac.ebi.www.WSWUBlast getWSWUBlast(java.net.URL portAddress)
-      throws javax.xml.rpc.ServiceException;
+          throws javax.xml.rpc.ServiceException;
 }