Skip to content

Commit

Permalink
javadoc fixes on TestRule
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Jan 7, 2011
1 parent eb8da7b commit c20ddf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/ReleaseNotes4.9b1.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

Can't open /Users/saff/git-repos/cry-overconfident-headline/junit/doc/ReleaseNotes4.9b1.txt: No such file or directory at build/Markdown.pl line 218.
Use of uninitialized value $text in substitution (s///) at build/Markdown.pl line 245.
Use of uninitialized value $text in substitution (s///) at build/Markdown.pl line 246.

4 changes: 2 additions & 2 deletions src/main/java/org/junit/rules/TestRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
*
* Multiple {@link TestRule}s can be applied to a test or suite execution. The
* {@link Statement} that executes the method or suite is passed to each annotated
* {@link Rule} in turn, and each may return a substitute or modified
* {@link Statement}, which is passed to the next {@link Rule}, if any. For
* {@link org.junit.Rule} in turn, and each may return a substitute or modified
* {@link Statement}, which is passed to the next {@link org.junit.Rule}, if any. For
* examples of how this can be useful, see these provided TestRules,
* or write your own:
*
Expand Down

0 comments on commit c20ddf9

Please sign in to comment.