Skip to content

Commit 6133ac8

Browse files
author
David Saff
committed
Merge pull request #624 from romerosilva/master
Fix for issue #587. Simple javadoc correction.
2 parents 27ba66f + 05d8143 commit 6133ac8

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)