Skip to content

Commit 7ea6369

Browse files
committed
fix: doc
1 parent 2e45646 commit 7ea6369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/fulcrumgenomics/util/Sequences.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ object Sequences {
114114
* @param s2 the second input sequence
115115
* @param max the maximum number of mismatches to count
116116
* @return the number of mismatches between the two sequences, or `max`, whichever is smaller
117-
* @throws ArrayIndexOutOfBoundsException if `s1` and `s2` have different lengths
117+
* @throws java.lang.ArrayIndexOutOfBoundsException if `s1` and `s2` have different lengths
118118
* @note '''Preconditions (caller must ensure):'''
119119
* - `s1.length == s2.length` (required - undefined behavior if violated)
120120
* - `max >= 0` (required - undefined behavior if violated)

0 commit comments

Comments
 (0)