Skip to content

Commit 9acb7d1

Browse files
authored
Merge pull request #1 from joegallo/fix-notNullValue-javadoc-formatting
Close code section correctly
2 parents 62cec01 + 22e5bc9 commit 9acb7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hamcrest/src/main/java/org/hamcrest/Matchers.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,8 @@ public static org.hamcrest.Matcher<java.lang.Object> notNullValue() {
643643
}
644644

645645
/**
646-
* A shortcut to the frequently used <code>not(nullValue(X.class)). Accepts a
647-
* single dummy argument to facilitate type inference.</code>.
646+
* A shortcut to the frequently used <code>not(nullValue(X.class))</code>. Accepts a
647+
* single dummy argument to facilitate type inference.
648648
* For example:
649649
* <pre>assertThat(cheese, is(notNullValue(X.class)))</pre>
650650
* instead of:

0 commit comments

Comments
 (0)