JAL-4159 remove errant jalview source .zip
[jalview.git] / src / ext / vamsas / Jpred.java
index 2880fb0..f231a59 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1)
- * Copyright (C) 2015 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -32,6 +32,6 @@ public interface Jpred extends java.rmi.Remote
   public vamsas.objects.simple.Secstructpred getpredict(
           java.lang.String job_id) throws java.rmi.RemoteException;
 
-  public vamsas.objects.simple.JpredResult getresult(java.lang.String job_id)
-          throws java.rmi.RemoteException;
+  public vamsas.objects.simple.JpredResult getresult(
+          java.lang.String job_id) throws java.rmi.RemoteException;
 }