Skip to content

Commit aa38c17

Browse files
committed
Merge branch 'master' into develop
2 parents 54afb19 + 39a2c55 commit aa38c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/kotlinx-coroutines-javafx/src/JavaFxDispatcher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public sealed class JavaFxDispatcher : CoroutineDispatcher(), Delay
3030
* @suppress **Deprecated**: Use [Dispatchers.JavaFx].
3131
*/
3232
@Deprecated(
33-
message = "Use Dispatchers.Main",
33+
message = "Use Dispatchers.JavaFx",
3434
replaceWith = ReplaceWith("Dispatchers.JavaFx",
3535
imports = ["kotlinx.coroutines.experimental.Dispatchers", "kotlinx.coroutines.experimental.javafx.JavaFx"])
3636
)

0 commit comments

Comments
 (0)