We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e45646 commit 7ea6369Copy full SHA for 7ea6369
src/main/scala/com/fulcrumgenomics/util/Sequences.scala
@@ -114,7 +114,7 @@ object Sequences {
114
* @param s2 the second input sequence
115
* @param max the maximum number of mismatches to count
116
* @return the number of mismatches between the two sequences, or `max`, whichever is smaller
117
- * @throws ArrayIndexOutOfBoundsException if `s1` and `s2` have different lengths
+ * @throws java.lang.ArrayIndexOutOfBoundsException if `s1` and `s2` have different lengths
118
* @note '''Preconditions (caller must ensure):'''
119
* - `s1.length == s2.length` (required - undefined behavior if violated)
120
* - `max >= 0` (required - undefined behavior if violated)
0 commit comments