Skip to content

Commit 14e6bc6

Browse files
committed
Switch reset() to @experimental to match RxJava.
1 parent aeb3ae5 commit 14e6bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rxandroid/src/main/java/rx/android/plugins/RxAndroidPlugins.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
*/
1414
package rx.android.plugins;
1515

16-
import rx.annotations.Beta;
1716
import java.util.concurrent.atomic.AtomicReference;
17+
import rx.annotations.Experimental;
1818

1919
/**
2020
* Registry for plugin implementations that allows global override and handles the retrieval of
@@ -42,7 +42,7 @@ public static RxAndroidPlugins getInstance() {
4242
* <p>
4343
* Note: This should only be used for testing purposes.
4444
*/
45-
@Beta
45+
@Experimental
4646
public void reset() {
4747
schedulersHook.set(null);
4848
}

0 commit comments

Comments
 (0)