We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getInstance()
1 parent 0ab2490 commit 82bd8a6Copy full SHA for 82bd8a6
src/main/java/rx/schedulers/JavaFxScheduler.java
@@ -36,10 +36,6 @@ public final class JavaFxScheduler extends Scheduler {
36
/* package for unit test */JavaFxScheduler() {
37
}
38
39
- public static JavaFxScheduler getInstance() {
40
- return INSTANCE;
41
- }
42
-
43
public static JavaFxScheduler platform() {
44
return INSTANCE;
45
0 commit comments