Skip to content

Instantly share code, notes, and snippets.

@dtrailin
Created April 21, 2016 16:57
Show Gist options
  • Select an option

  • Save dtrailin/bf2e4714d0a31d30a779940ac4427db1 to your computer and use it in GitHub Desktop.

Select an option

Save dtrailin/bf2e4714d0a31d30a779940ac4427db1 to your computer and use it in GitHub Desktop.
package rx.plugins;
public class RxJavaTestPlugins extends RxJavaPlugins {
RxJavaTestPlugins() {
super();
}
public static void resetPlugins(){
getInstance().reset();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment