JAL-3878 Fix typo in method name (getAlignemnt)
[jalview.git] / src / jalview / ws2 / actions / alignment / AlignmentProviderI.java
index caba526..58bf8fc 100644 (file)
@@ -4,7 +4,7 @@ import java.io.IOException;
 
 import jalview.datamodel.AlignmentI;
 
-import jalview.ws2.api.WebServiceJob;
+import jalview.ws2.api.WebServiceJobHandle;
 import jalview.ws2.client.api.AlignmentWebServiceClientI;
 import jalview.ws2.client.api.WebServiceClientI;
 
@@ -28,5 +28,5 @@ public interface AlignmentProviderI
    * @throws IOException
    *           server communication error
    */
-  public AlignmentI getAlignemnt(WebServiceJob job) throws IOException;
+  public AlignmentI getAlignment(WebServiceJobHandle job) throws IOException;
 }