=str - Uses identityOp iso creating a new name for every Identity module
This commit is contained in:
parent
a60bf37dc0
commit
0a563d35d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue