JAL-1681 (import reorder only)
[jalview.git] / src / jalview / workers / ComplementConsensusThread.java
index fcc5a82..2e4424e 100644 (file)
@@ -1,5 +1,7 @@
 package jalview.workers;
 
+import java.util.Hashtable;
+
 import jalview.analysis.AAFrequency;
 import jalview.api.AlignViewportI;
 import jalview.api.AlignmentViewPanel;
@@ -7,8 +9,6 @@ import jalview.datamodel.AlignmentAnnotation;
 import jalview.datamodel.AlignmentI;
 import jalview.datamodel.SequenceI;
 
-import java.util.Hashtable;
-
 /**
  * A thread to recompute the consensus of the cDNA complement for a linked
  * protein alignment.