JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / datamodel / SearchResultMatchI.java
index dedb960..5d83c84 100644 (file)
@@ -61,9 +61,12 @@ public interface SearchResultMatchI
   /**
    *
    * @param seq
-   * @param from - first position to highlight
-   * @param to - last position to highlight (assumed higher than from)
-   * @return true iff from-to intersects or marks positions either side of start/end
+   * @param from
+   *          - first position to highlight
+   * @param to
+   *          - last position to highlight (assumed higher than from)
+   * @return true iff from-to intersects or marks positions either side of
+   *         start/end
    */
   boolean adjacent(SequenceI seq, int from, int to);
 }
\ No newline at end of file