change spelling of behaviour to behavior, #24457
This commit is contained in:
parent
4af523a012
commit
23fa8b0810
37 changed files with 81 additions and 81 deletions
|
|
@ -33,7 +33,7 @@ object NettyTransportSpec {
|
|||
}
|
||||
}
|
||||
|
||||
class NettyTransportSpec extends WordSpec with Matchers with BindBehaviour {
|
||||
class NettyTransportSpec extends WordSpec with Matchers with BindBehavior {
|
||||
import akka.remote.transport.netty.NettyTransportSpec._
|
||||
|
||||
"NettyTransport" should {
|
||||
|
|
@ -119,7 +119,7 @@ class NettyTransportSpec extends WordSpec with Matchers with BindBehaviour {
|
|||
}
|
||||
}
|
||||
|
||||
trait BindBehaviour { this: WordSpec with Matchers ⇒
|
||||
trait BindBehavior { this: WordSpec with Matchers ⇒
|
||||
import akka.remote.transport.netty.NettyTransportSpec._
|
||||
|
||||
def theOneWhoKnowsTheDifferenceBetweenBoundAndRemotingAddress(proto: String) = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue