mbeckerle commented on a change in pull request #88: Daffodil 1919 separators
URL: https://github.com/apache/incubator-daffodil/pull/88#discussion_r209070595
 
 

 ##########
 File path: 
daffodil-runtime1-unparser/src/main/scala/org/apache/daffodil/processors/unparsers/LayeredSequenceUnparser.scala
 ##########
 @@ -17,13 +17,14 @@
 
 package org.apache.daffodil.processors.unparsers
 
-import org.apache.daffodil.processors.{ LayerTransformerEv, 
ModelGroupRuntimeData }
+import org.apache.daffodil.processors.LayerTransformerEv
 import org.apache.daffodil.io.DirectOrBufferedDataOutputStream
+import org.apache.daffodil.processors.SequenceRuntimeData
 
-class LayeredSequenceUnparser(ctxt: ModelGroupRuntimeData,
+class LayeredSequenceUnparser(ctxt: SequenceRuntimeData,
   layerTransformerEv: LayerTransformerEv,
-  childUnparser: Unparser)
-  extends SequenceCombinatorUnparser(ctxt, Vector(childUnparser)) {
 
 Review comment:
   Going to do this as a separate commit, changing childProcessors and 
runtimeDependencies both to vectors.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to