JAL-1578 formatting and imports
authorJim Procter <jprocter@dundee.ac.uk>
Mon, 3 Nov 2014 10:04:09 +0000 (10:04 +0000)
committerJim Procter <jprocter@dundee.ac.uk>
Mon, 3 Nov 2014 10:04:09 +0000 (10:04 +0000)
src/jalview/datamodel/AlignmentAnnotation.java

index 8d367a0..0731991 100755 (executable)
@@ -25,6 +25,8 @@ import jalview.analysis.SecStrConsensus.SimpleBP;
 import jalview.analysis.WUSSParseException;
 
 import java.util.ArrayList;
+import java.util.Collection;
+import java.util.Collections;
 import java.util.Enumeration;
 import java.util.HashMap;
 import java.util.Hashtable;
@@ -694,10 +696,10 @@ public class AlignmentAnnotation
             }
           }
         }
-        else
-        {
-          this.sequenceMapping = null;
-        }
+      }
+      else
+      {
+        this.sequenceMapping = null;
       }
     }
     // TODO: check if we need to do this: JAL-952