Skip to content

Support rx java #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Apr 4, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removing minor oversights of merge conflicts in javadocs
  • Loading branch information
Shivang Shah committed Apr 4, 2016
commit 47107db35e9f958b251cc2ddb757b873a7cca7cd
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,11 @@
import rx.plugins.RxJavaSchedulersHook;

/**
<<<<<<< HEAD
*
* @author Shivang Shah
=======
* {@link org.springframework.boot.autoconfigure.EnableAutoConfiguration Auto-configuration} that
* enables support for RxJava via {@link RxJavaSchedulersHook}.
*
* @author Shivang Shah
* @since 1.0.0
>>>>>>> e64ea26da45e5f9383d86a9689fe916c53eb7ad2
*/
@Configuration
@AutoConfigureAfter(TraceAutoConfiguration.class)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
package rx.plugins;

/**
<<<<<<< HEAD
*
* @author Shivang Shah
=======
* {@link RxJavaPlugins} helper class to access the package scope method
* of {@link RxJavaPlugins#reset()}. Will disappear once this gets closed
* https://github.com/ReactiveX/RxJava/issues/2297
*
* @author Shivang Shah
* @since 1.0.0
>>>>>>> e64ea26da45e5f9383d86a9689fe916c53eb7ad2
*/
public class SleuthRxJavaPlugins extends RxJavaPlugins {

Expand Down