JAL-715 - allow rest service attributes to be exported and imported as a | separated...
[jalview.git] / src / jalview / datamodel / SearchResults.java
index 85d44f1..d1d9bf7 100755 (executable)
@@ -143,6 +143,9 @@ public class SearchResults
             result[resultLength] = matchStart;
             result[resultLength + 1] = matchEnd;
           }
+        } else {\r
+          // debug\r
+          // System.err.println("Outwith bounds!" + matchStart+">"+end +"  or " + matchEnd+"<"+start);\r
         }
       }
     }