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.
2 parents 54afb19 + 39a2c55 commit aa38c17Copy full SHA for aa38c17
ui/kotlinx-coroutines-javafx/src/JavaFxDispatcher.kt
@@ -30,7 +30,7 @@ public sealed class JavaFxDispatcher : CoroutineDispatcher(), Delay
30
* @suppress **Deprecated**: Use [Dispatchers.JavaFx].
31
*/
32
@Deprecated(
33
- message = "Use Dispatchers.Main",
+ message = "Use Dispatchers.JavaFx",
34
replaceWith = ReplaceWith("Dispatchers.JavaFx",
35
imports = ["kotlinx.coroutines.experimental.Dispatchers", "kotlinx.coroutines.experimental.javafx.JavaFx"])
36
)
0 commit comments