Merge branch 'bug/JAL-3120restoreFeatureColour' into merge/JAL-3120
[jalview.git] / src / jalview / datamodel / features / FeatureLocationI.java
index 378b8db..535346c 100644 (file)
  */
 package jalview.datamodel.features;
 
-import jalview.datamodel.ContiguousI;
+import intervalstore.api.IntervalI;
 
 /**
- * An extension of ContiguousI that allows start/end values to be interpreted
+ * An extension of IntervalI that allows start/end values to be interpreted
  * instead as two contact positions
  */
-public interface FeatureLocationI extends ContiguousI
+public interface FeatureLocationI extends IntervalI
 {
   boolean isContactFeature();
 }