=str #16687 rename internal GraphFlow to GraphBackedFlow

Same rename made for GraphSource and GraphSink for consistency
This commit is contained in:
Konrad Malawski 2015-01-28 11:49:07 +01:00
parent 580ba8c484
commit fde7119360
6 changed files with 59 additions and 59 deletions

View file

@ -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._