Skip to content

Commit 82bd8a6

Browse files
committed
remove getInstance() factory method
1 parent 0ab2490 commit 82bd8a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/rx/schedulers/JavaFxScheduler.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ public final class JavaFxScheduler extends Scheduler {
3636
/* package for unit test */JavaFxScheduler() {
3737
}
3838

39-
public static JavaFxScheduler getInstance() {
40-
return INSTANCE;
41-
}
42-
4339
public static JavaFxScheduler platform() {
4440
return INSTANCE;
4541
}

0 commit comments

Comments
 (0)