modified classpath
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index a30e678..c7e30a4 100755 (executable)
@@ -20,7 +20,9 @@
  */
 package jalview.datamodel;
 
-import java.util.*;
+import java.util.Hashtable;
+import java.util.List;
+import java.util.Map;
 
 /**
  * Data structure to hold and manipulate a multiple sequence alignment
@@ -474,7 +476,9 @@ public interface AlignmentI extends AnnotatedCollectionI
           Map<SequenceI, SequenceCollectionI> map, boolean up);
 
   /**
-   * validate annotation after an edit and update any alignment state flags accordingly
+   * validate annotation after an edit and update any alignment state flags
+   * accordingly
+   * 
    * @param alignmentAnnotation
    */
   public void validateAnnotation(AlignmentAnnotation alignmentAnnotation);