Skip to content

Commit

Permalink
Add missing @since
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Dec 26, 2024
1 parent 6525864 commit 5c58e36
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ public SELF hasCause(Throwable cause) {
* @return this assertion object.
* @throws AssertionError if the actual {@code Throwable} is {@code null}.
* @throws AssertionError if the actual {@code Throwable} has a cause that does not refer to the given (i.e. actual.getCause() != cause)
*
* @since 3.13.0
*/
public SELF hasCauseReference(Throwable expected) {
throwables.assertHasCauseReference(info, actual, expected);
Expand Down

0 comments on commit 5c58e36

Please sign in to comment.