JAL-966 JAL-345 JAL-1738 decontaminate SearchResultI with references to Match
[jalview.git] / src / jalview / datamodel / SearchResultsI.java
index d59f453..bc62a66 100644 (file)
@@ -1,6 +1,5 @@
 package jalview.datamodel;
 
-import jalview.datamodel.SearchResults.Match;
 
 import java.util.BitSet;
 import java.util.List;
@@ -78,7 +77,7 @@ public interface SearchResultsI
    * 
    * @return
    */
-  public abstract List<Match> getResults();
+  public abstract List<SearchResultMatchI> getResults();
 
   /**
    * Set bits in a bitfield for all columns in the given sequence collection