fix a good swath of FIXMEs

This commit is contained in:
Roland Kuhn 2015-02-26 11:58:29 +01:00
parent ac9c61a3a5
commit aeb31d2a1f
17 changed files with 133 additions and 63 deletions

View file

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