Skip to content

Commit

Permalink
DIAMONDS
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed May 2, 2016
1 parent 4c6b137 commit e4eeaca
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 e4eeaca

Please sign in to comment.