Skip to content

Commit

Permalink
Fix java
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 28, 2020
1 parent d6ec4e6 commit 88a906f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
/**
* A test {@link LifecycleOwner} implementation for testing. You can either back it with your own
* instance or just stub it in place and use its public emit() API.
*
* @deprecated Switch to androidx.lifecycle.testing.TestLifecycleOwner
*/
@Deprecated("Switch to androidx.lifecycle.testing.TestLifecycleOwner")
@Deprecated
@RestrictTo(TESTS)
public final class TestLifecycleOwner implements LifecycleOwner {

Expand Down

0 comments on commit 88a906f

Please sign in to comment.