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.
2 parents 62cec01 + 22e5bc9 commit 9acb7d1Copy full SHA for 9acb7d1
hamcrest/src/main/java/org/hamcrest/Matchers.java
@@ -643,8 +643,8 @@ public static org.hamcrest.Matcher<java.lang.Object> notNullValue() {
643
}
644
645
/**
646
- * A shortcut to the frequently used <code>not(nullValue(X.class)). Accepts a
647
- * single dummy argument to facilitate type inference.</code>.
+ * A shortcut to the frequently used <code>not(nullValue(X.class))</code>. Accepts a
+ * single dummy argument to facilitate type inference.
648
* For example:
649
* <pre>assertThat(cheese, is(notNullValue(X.class)))</pre>
650
* instead of:
0 commit comments