Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 0a44897

Browse files
javadocs fix
1 parent 35f4667 commit 0a44897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/oliver/fancylib/tests/Expectable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public void toBeLessThan(T expected) {
156156

157157
/**
158158
* Asserts that the actual value is an instance of the expected class.
159-
* This method checks whether the value held in the field 't' is an instance of the provided Class<?>.
159+
* This method checks whether the value held in the field 't' is an instance of the provided Class.
160160
*
161161
* @param expected the Class object that the actual value is expected to be an instance of
162162
* @throws AssertionError if the actual value is not an instance of the expected class

0 commit comments

Comments
 (0)