Fixing typo ("timej" to "time") (#28438)
This commit is contained in:
parent
03ce8a9349
commit
17792c657f
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ object Behaviors {
|
|||
BehaviorImpl.DeferredBehavior(ctx => factory.apply(ctx.asJava))
|
||||
|
||||
/**
|
||||
* Support for stashing messages to unstash at a later timej.
|
||||
* Support for stashing messages to unstash at a later time.
|
||||
*/
|
||||
def withStash[T](capacity: Int, factory: java.util.function.Function[StashBuffer[T], Behavior[T]]): Behavior[T] =
|
||||
setup(ctx => {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ object Behaviors {
|
|||
BehaviorImpl.DeferredBehavior(factory)
|
||||
|
||||
/**
|
||||
* Support for stashing messages to unstash at a later timej.
|
||||
* Support for stashing messages to unstash at a later time.
|
||||
*/
|
||||
def withStash[T](capacity: Int)(factory: StashBuffer[T] => Behavior[T]): Behavior[T] =
|
||||
setup(ctx => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue