Skip to content

Commit bb36d49

Browse files
committed
Issue junit-team#589 Made minor javadoc changes to tests
1 parent 2bb6950 commit bb36d49

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

src/test/java/org/junit/tests/experimental/rules/MethodRulesTest.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,8 @@ public void doNothing() {
322322
/**
323323
* If there are any public methods annotated with @Rule returning a {@link MethodRule}
324324
* then it should also be run.
325-
* <br/>
326-
* <br/>
327-
* This case has been added with
325+
*
326+
* <p>This case has been added with
328327
* <a href="https://github.com/junit-team/junit/issues/589">Issue #589</a> -
329328
* Support @Rule for methods works only for TestRule but not for MethodRule
330329
*/
@@ -355,9 +354,8 @@ public void doNothing() {
355354
/**
356355
* If there are multiple public methods annotated with @Rule returning a {@link MethodRule}
357356
* then all the rules returned should be run.
358-
* <br/>
359-
* <br/>
360-
* This case has been added with
357+
*
358+
* <p>This case has been added with
361359
* <a href="https://github.com/junit-team/junit/issues/589">Issue #589</a> -
362360
* Support @Rule for methods works only for TestRule but not for MethodRule
363361
*/
@@ -402,9 +400,8 @@ public void doNothing() {
402400
/**
403401
* If there are any public methods annotated with @Rule returning a {@link MethodRule}
404402
* then method should be called only once.
405-
* <br/>
406-
* <br/>
407-
* This case has been added with
403+
*
404+
* <p>This case has been added with
408405
* <a href="https://github.com/junit-team/junit/issues/589">Issue #589</a> -
409406
* Support @Rule for methods works only for TestRule but not for MethodRule
410407
*/

0 commit comments

Comments
 (0)