Skip to content

Commit

Permalink
Merge pull request #288 from ReactiveX/jw/diamond
Browse files Browse the repository at this point in the history
DIAMONDS
  • Loading branch information
JakeWharton committed May 2, 2016
2 parents 4c6b137 + e4eeaca commit 3bc8aee
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ public static RxAndroidPlugins getInstance() {
return INSTANCE;
}

private final AtomicReference<RxAndroidSchedulersHook> schedulersHook =
new AtomicReference<RxAndroidSchedulersHook>();
private final AtomicReference<RxAndroidSchedulersHook> schedulersHook = new AtomicReference<>();

RxAndroidPlugins() {
}
Expand Down

0 comments on commit 3bc8aee

Please sign in to comment.