licencing and format applied (eclipse)
[jalview.git] / src / ext / vamsas / JpredService.java
index c910a60..61ef50b 100755 (executable)
  */
 package ext.vamsas;
 
-public interface JpredService
-    extends javax.xml.rpc.Service
+public interface JpredService extends javax.xml.rpc.Service
 {
   public java.lang.String getjpredAddress();
 
-  public ext.vamsas.Jpred getjpred()
-      throws javax.xml.rpc.ServiceException;
+  public ext.vamsas.Jpred getjpred() throws javax.xml.rpc.ServiceException;
 
   public ext.vamsas.Jpred getjpred(java.net.URL portAddress)
-      throws javax.xml.rpc.ServiceException;
+          throws javax.xml.rpc.ServiceException;
 }