Skip to content

Commit

Permalink
Fixed JavaDoc links.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbirkner committed Aug 9, 2011
1 parent 225b4d0 commit 9ca9c7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions acknowledgements.txt
Expand Up @@ -112,3 +112,6 @@


2011 Jul 28 2011 Jul 28
electrickery, Stefan Birkner: Fixed typo in JavaDoc (github#134). electrickery, Stefan Birkner: Fixed typo in JavaDoc (github#134).

2011 Aug 09
Stefan Birkner: Fixed JavaDoc links.
2 changes: 1 addition & 1 deletion src/main/java/org/junit/ClassRule.java
Expand Up @@ -52,7 +52,7 @@
* } * }
* </pre> * </pre>
* *
* For more information and more examples, see {@link TestRule}. * For more information and more examples, see {@link org.junit.rules.TestRule}.
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD}) @Target({ElementType.FIELD})
Expand Down
Expand Up @@ -365,7 +365,7 @@ private List<org.junit.rules.MethodRule> getMethodRules(Object target) {
* the test case instance * the test case instance
* @return a list of MethodRules that should be applied when executing this * @return a list of MethodRules that should be applied when executing this
* test * test
* @deprecated {@link MethodRule} is a deprecated interface. Port to * @deprecated {@link org.junit.rules.MethodRule} is a deprecated interface. Port to
* {@link TestRule} and * {@link TestRule} and
* {@link BlockJUnit4ClassRunner#getTestRules(Object)} * {@link BlockJUnit4ClassRunner#getTestRules(Object)}
*/ */
Expand Down

0 comments on commit 9ca9c7d

Please sign in to comment.