Skip to content

Commit

Permalink
Fix javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-costigliola committed Jan 20, 2021
1 parent 7827265 commit 81ba1cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/assertj/core/error/ShouldSatisfy.java
Expand Up @@ -37,6 +37,7 @@ public static <T> ErrorMessageFactory shouldSatisfy(T actual, Condition<? super
/**
* Creates a new <code>{@link ShouldSatisfy}</code>.
*
* @param <E> the iterable elements type.
* @param actual the actual iterable in the failed assertion.
* @return the created {@code ErrorMessageFactory}.
*/
Expand Down

0 comments on commit 81ba1cc

Please sign in to comment.