Skip to content

Commit a4aef83

Browse files
authored
Fix link in second paragraph.
1 parent 5c331df commit a4aef83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/junit/java/androidx/test/ext/junit/rules/ActivityScenarioRule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
* #getScenario()}. You may finish your activity manually in your test, it will not cause any
3434
* problems and this rule does nothing after the test in such cases.
3535
*
36-
* <p>This rule is an upgraded version of the now deprecated {@link
37-
* androidx.test.rule.ActivityTestRule}.
36+
* <p>This rule is an upgraded version of the now deprecated
37+
* {@link androidx.test.rule.ActivityTestRule}.
3838
*
3939
* <p>This rule does not support calling scenario.getResult(). Use
4040
* ActivityScenario.launchActivityForResult() when the Activity result is needed.

0 commit comments

Comments
 (0)