X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FAlignmentI.java;h=5bfd8788af78350542e42d38ef79b209eaa0fa07;hb=ab43013b7e357b84b4abade0dba949668dfb2a0e;hp=a30e6782728dcf09744b42362e8c709c672e0e57;hpb=47168f025aefdaa044802bd5f8f510ffe43a4808;p=jalview.git diff --git a/src/jalview/datamodel/AlignmentI.java b/src/jalview/datamodel/AlignmentI.java index a30e678..5bfd878 100755 --- a/src/jalview/datamodel/AlignmentI.java +++ b/src/jalview/datamodel/AlignmentI.java @@ -1,5 +1,5 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1) * Copyright (C) 2014 The Jalview Authors * * This file is part of Jalview. @@ -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 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);