=str #16687 rename internal GraphFlow to GraphBackedFlow
Same rename made for GraphSource and GraphSink for consistency
This commit is contained in:
parent
580ba8c484
commit
fde7119360
6 changed files with 59 additions and 59 deletions
|
|
@ -440,7 +440,7 @@ class FlowGraphCompileSpec extends AkkaSpec {
|
|||
}
|
||||
}
|
||||
|
||||
"Junction is connected through GraphFlow" in {
|
||||
"Junction is connected through GraphBackedFlow" in {
|
||||
val gflow = Flow[Int, String]() { implicit builder ⇒
|
||||
import FlowGraphImplicits._
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue