Skip to content

Commit 80c4d71

Browse files
committed
Remove creation of synthetic accessor method.
1 parent 508eada commit 80c4d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxandroid/src/main/java/rx/android/schedulers/HandlerScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public Worker createWorker() {
4545

4646
static class HandlerWorker extends Worker {
4747

48-
private final Handler handler;
48+
final Handler handler;
4949

5050
private final CompositeSubscription compositeSubscription = new CompositeSubscription();
5151

0 commit comments

Comments
 (0)