JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / workers / ComplementConsensusThread.java
index 71bfb40..a521314 100644 (file)
@@ -1,8 +1,5 @@
 package jalview.workers;
 
-import java.util.ConcurrentModificationException;
-import java.util.Hashtable;
-
 import jalview.analysis.AAFrequency;
 import jalview.api.AlignViewportI;
 import jalview.api.AlignmentViewPanel;
@@ -10,6 +7,9 @@ import jalview.datamodel.AlignmentAnnotation;
 import jalview.datamodel.AlignmentI;
 import jalview.datamodel.SequenceI;
 
+import java.util.ConcurrentModificationException;
+import java.util.Hashtable;
+
 /**
  * A thread to recompute the consensus of the cDNA complement for a linked
  * protein alignment.