mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
Fix typo in ContextEventsListener.scala (#8958)
This commit is contained in:
parent
200a494242
commit
66dfefe810
@ -29,7 +29,7 @@ import scala.concurrent.duration._
|
||||
*
|
||||
* @param runtimeFailureMapper mapper for runtime failures
|
||||
* @param rpcSession reference to the client
|
||||
* @param contextId exectuion context identifier
|
||||
* @param contextId execution context identifier
|
||||
* @param sessionRouter the session router
|
||||
* @param updatesSendRate how often send the updates to the user
|
||||
*/
|
||||
@ -313,7 +313,7 @@ object ContextEventsListener {
|
||||
*
|
||||
* @param runtimeFailureMapper mapper for runtime failures
|
||||
* @param rpcSession reference to the client
|
||||
* @param contextId exectuion context identifier
|
||||
* @param contextId execution context identifier
|
||||
* @param sessionRouter the session router
|
||||
* @param updatesSendRate how often send the updates to the user
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user