fix a good swath of FIXMEs
This commit is contained in:
parent
ac9c61a3a5
commit
aeb31d2a1f
17 changed files with 133 additions and 63 deletions
|
|
@ -204,9 +204,9 @@ private[akka] object StreamLayout {
|
|||
}
|
||||
|
||||
object EmptyModule extends Module {
|
||||
override def shape = EmptyShape
|
||||
override def shape = ClosedShape
|
||||
override def replaceShape(s: Shape) =
|
||||
if (s == EmptyShape) this
|
||||
if (s == ClosedShape) this
|
||||
else throw new UnsupportedOperationException("cannot replace the shape of the EmptyModule")
|
||||
|
||||
override def grow(that: Module): Module = that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue