Skip to content

Commit

Permalink
fix some more javadoc errors (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
epeee authored and joel-costigliola committed Feb 25, 2019
1 parent 50e2e3a commit 2cba38f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.junit.jupiter.api.BeforeAll;

/**
* Tests for <code>{@link AbstractIterableAssert#areAtLeast(Condition, int)}</code>.
* Tests for <code>{@link AbstractIterableAssert#areAtLeast(int, Condition)}</code>.
*
* @author Nicolas François
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.junit.jupiter.api.BeforeAll;

/**
* Tests for <code>{@link AbstractIterableAssert#areAtMost(Condition, int)}</code>.
* Tests for <code>{@link AbstractIterableAssert#areAtMost(int, Condition)}</code>.
*
* @author Nicolas François
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.junit.jupiter.api.BeforeAll;

/**
* Tests for <code>{@link AbstractIterableAssert#areExactly(Condition, int)}</code>.
* Tests for <code>{@link AbstractIterableAssert#areExactly(int, Condition)}</code>.
*
* @author Nicolas François
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.junit.jupiter.api.BeforeAll;

/**
* Tests for <code>{@link AbstractIterableAssert#haveAtLeast(Condition, int)}</code>.
* Tests for <code>{@link AbstractIterableAssert#haveAtLeast(int, Condition)}</code>.
*
* @author Nicolas François
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


/**
* Tests for <code>{@link AbstractIterableAssert#areAtMost(Condition, int)}</code>.
* Tests for <code>{@link AbstractIterableAssert#areAtMost(int, Condition)}</code>.
*
* @author Nicolas François
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.junit.jupiter.api.BeforeAll;

/**
* Tests for <code>{@link AbstractIterableAssert#haveExactly(Condition, int)}</code>.
* Tests for <code>{@link AbstractIterableAssert#haveExactly(int, Condition)}</code>.
*
* @author Nicolas François
*/
Expand Down

0 comments on commit 2cba38f

Please sign in to comment.