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 3f08267 commit adb5235Copy full SHA for adb5235
hamcrest/src/main/java/org/hamcrest/CustomTypeSafeMatcher.java
@@ -16,8 +16,7 @@
16
* </pre>
17
* This is a variant of {@link CustomMatcher} that first type checks
18
* the argument being matched. By the time {@link TypeSafeMatcher#matchesSafely} is
19
- * is called the argument is guaranteed to be non-null and of the correct
20
- * type.
+ * called the argument is guaranteed to be non-null and of the correct type.
21
*
22
* @author Neil Dunn
23
* @param <T> The type of object being matched
0 commit comments