We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb3ae5 commit 14e6bc6Copy full SHA for 14e6bc6
rxandroid/src/main/java/rx/android/plugins/RxAndroidPlugins.java
@@ -13,8 +13,8 @@
13
*/
14
package rx.android.plugins;
15
16
-import rx.annotations.Beta;
17
import java.util.concurrent.atomic.AtomicReference;
+import rx.annotations.Experimental;
18
19
/**
20
* Registry for plugin implementations that allows global override and handles the retrieval of
@@ -42,7 +42,7 @@ public static RxAndroidPlugins getInstance() {
42
* <p>
43
* Note: This should only be used for testing purposes.
44
45
- @Beta
+ @Experimental
46
public void reset() {
47
schedulersHook.set(null);
48
}
0 commit comments