JAL-1807 explicit imports (jalview.gui)
[jalview.git] / src / jalview / gui / AnnotationColourChooser.java
index c8dd889..37205a7 100644 (file)
@@ -21,6 +21,7 @@
 package jalview.gui;
 
 import jalview.bin.Cache;
+import jalview.datamodel.GraphLine;
 import jalview.datamodel.SequenceGroup;
 import jalview.schemes.AnnotationColourGradient;
 import jalview.schemes.ColourSchemeI;
@@ -449,7 +450,8 @@ public class AnnotationColourChooser extends AnnotationRowFilter
             && getCurrentAnnotation().threshold == null)
     {
       getCurrentAnnotation()
-              .setThreshold(new jalview.datamodel.GraphLine(
+              .setThreshold(
+                      new GraphLine(
                       (getCurrentAnnotation().graphMax - getCurrentAnnotation().graphMin) / 2f,
                       "Threshold", Color.black));
     }