=str&http - 19142 - Renames all occurrences of mat with materializer
(When referring to a Materializer)
This commit is contained in:
parent
15cc65ce9d
commit
33a9257a3b
57 changed files with 95 additions and 95 deletions
|
|
@ -17,7 +17,7 @@ import scala.concurrent.Future
|
|||
class StreamFileDocSpec extends AkkaSpec(UnboundedMailboxConfig) {
|
||||
|
||||
implicit val ec = system.dispatcher
|
||||
implicit val mat = ActorMaterializer()
|
||||
implicit val materializer = ActorMaterializer()
|
||||
|
||||
// silence sysout
|
||||
def println(s: String) = ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue