We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb08653 commit 2ab8f1cCopy full SHA for 2ab8f1c
src/main/java/org/assertj/core/api/AbstractObjectArrayAssert.java
@@ -2078,7 +2078,7 @@ public SELF usingFieldByFieldElementComparator() {
2078
* @return {@code this} assertion object.
2079
* @since 2.5.0 / 3.5.0 - breaking change in 3.20.0
2080
* @see RecursiveComparisonConfiguration
2081
- * @see usingRecursiveFieldByFieldElementComparator(RecursiveComparisonConfiguration)
+ * @see #usingRecursiveFieldByFieldElementComparator(RecursiveComparisonConfiguration)
2082
*/
2083
@CheckReturnValue
2084
public SELF usingRecursiveFieldByFieldElementComparator() {
0 commit comments