Graph#Shape needs uncheckedVariance in 2.11
This commit is contained in:
parent
fd621ebc36
commit
91a0dbe036
2 changed files with 3 additions and 2 deletions
|
|
@ -208,7 +208,7 @@ class FlowGraphDocSpec extends AkkaSpec {
|
|||
import FanInShape.Init
|
||||
|
||||
class PriorityWorkerPoolShape2[In, Out](_init: Init[Out] = Name("PriorityWorkerPool"))
|
||||
extends FanInShape[Out](_init) {
|
||||
extends FanInShape[Out](_init) {
|
||||
protected override def construct(i: Init[Out]) = new PriorityWorkerPoolShape2(i)
|
||||
|
||||
val jobsIn = newInlet[In]("jobsIn")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue