We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9017fc commit e60a7c5Copy full SHA for e60a7c5
java-compiler-testing/src/main/java/io/github/ascopes/jct/assertions/TypeAwareListAssert.java
@@ -36,6 +36,8 @@
36
* {@link org.assertj.core.api.FactoryBasedNavigableListAssert} has been deprecated. Users should
37
* treat this object like any other kind of {@link AbstractListAssert} for all purposes.
38
*
39
+ * @param <E> the element type to assert upon.
40
+ * @param <A> the assertion type for the element.
41
* @author Ashley Scopes
42
* @since 3.1.0
43
*/
0 commit comments