jadams-tresys commented on code in PR #1440:
URL: https://github.com/apache/daffodil/pull/1440#discussion_r1965958354


##########
daffodil-core/src/main/scala/org/apache/daffodil/core/grammar/primitives/SequenceCombinator.scala:
##########
@@ -117,7 +117,11 @@ class OrderedSequence(sq: SequenceTermBase, 
sequenceChildrenArg: Seq[SequenceChi
             sepMtaAlignmentMaybe,
             sepMtaUnparserMaybe,
             sepUnparser,
-            childUnparsers
+            childUnparsers.map(
+              _.asInstanceOf[
+                SequenceChildUnparser with 
org.apache.daffodil.unparsers.runtime1.Separated

Review Comment:
   My vote would be for renaming the import.  That seems the clearest to me.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to