Skip to content

Commit 05d8143

Browse files
author
Romero Silva
committed
Fix for issue #587. Wrong use of round brackets on first line of code sample.
1 parent 27ba66f commit 05d8143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/junit/rules/Verifier.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* failed
1010
*
1111
* <pre>
12-
* public static class ErrorLogVerifier() {
12+
* public static class ErrorLogVerifier {
1313
* private ErrorLog errorLog = new ErrorLog();
1414
*
1515
* &#064;Rule

0 commit comments

Comments
 (0)