JAL-1551 remove temp file in src
[jalview.git] / src / jalview / datamodel / SearchResultMatchI.java~
diff --git a/src/jalview/datamodel/SearchResultMatchI.java~ b/src/jalview/datamodel/SearchResultMatchI.java~
deleted file mode 100644 (file)
index 732f1dc..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-package jalview.datamodel;
-
-/**
- * An interface that describes one matched region of an alignment, as one
- * contiguous portion of a single dataset sequence
- */
-public interface SearchResultMatchI
-{
-  /**
-   * Returns the matched sequence
-   * 
-   * @return
-   */
-  SequenceI getSequence();
-
-  /**
-   * Returns the start position of the match in the sequence (base 1)
-   * 
-   * @return
-   */
-  int getStart();
-
-  /**
-   * Returns the end position of the match in the sequence (base 1)
-   * 
-   * @return
-   */
-  int getEnd();
-
-}
\ No newline at end of file