Skip to content

Commit 81ba1cc

Browse files
Fix javadoc warning
1 parent 7827265 commit 81ba1cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/assertj/core/error/ShouldSatisfy.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public static <T> ErrorMessageFactory shouldSatisfy(T actual, Condition<? super
3737
/**
3838
* Creates a new <code>{@link ShouldSatisfy}</code>.
3939
*
40+
* @param <E> the iterable elements type.
4041
* @param actual the actual iterable in the failed assertion.
4142
* @return the created {@code ErrorMessageFactory}.
4243
*/

0 commit comments

Comments
 (0)