applied 2009 GPL license
[jalview.git] / src / ext / vamsas / JpredService.java
index c910a60..30f6fd1 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4)
- * Copyright (C) 2008 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4.0.b2)
+ * Copyright (C) 2009 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  */
 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;
 }