JAL-1982 hotfix to prevent NPE with applet launch on Jpred4 site
[jalview.git] / src / vamsas / IMsaWS.java
index 5012168..a3b2e59 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
  */
 package vamsas;
 
-import vamsas.objects.simple.*;
+import vamsas.objects.simple.Alignment;
+import vamsas.objects.simple.MsaResult;
+import vamsas.objects.simple.SequenceSet;
+import vamsas.objects.simple.WsJobId;
 
 public interface IMsaWS
 {