=str - Uses identityOp iso creating a new name for every Identity module

This commit is contained in:
Viktor Klang 2015-10-06 23:28:13 +02:00
parent a60bf37dc0
commit 0a563d35d3

View file

@ -108,7 +108,7 @@ private[stream] object Stages {
override def withAttributes(attributes: Attributes) = copy(attributes = attributes)
}
final case class Identity(attributes: Attributes = Attributes.name("identity")) extends StageModule {
final case class Identity(attributes: Attributes = identityOp) extends StageModule {
override def withAttributes(attributes: Attributes) = copy(attributes = attributes)
}