Skip to content

Commit 6cb2c48

Browse files
author
Tamas Balog
committed
Fix javadoc params in ArrayValueMatcher
1 parent bdcc9fd commit 6cb2c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/skyscreamer/jsonassert/ArrayValueMatcher.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ public ArrayValueMatcher(JSONComparator comparator, int index) {
147147
*
148148
* @param comparator
149149
* comparator to use to compare elements
150-
* @from first element in actual array to compared
151-
* @to last element in actual array to compared
150+
* @param from first element in actual array to compared
151+
* @param to last element in actual array to compared
152152
*/
153153
public ArrayValueMatcher(JSONComparator comparator, int from, int to) {
154154
assert comparator != null : "comparator null";

0 commit comments

Comments
 (0)