stevedlawrence commented on a change in pull request #247: Fix unused
properties related to implied choice sequences
URL: https://github.com/apache/incubator-daffodil/pull/247#discussion_r297275560
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dsom/SequenceGroup.scala
##########
@@ -358,6 +358,8 @@ final class ChoiceBranchImpliedSequence(rawGM: Term)
extends SequenceTermBase(rawGM.xml, rawGM.optLexicalParent, rawGM.position)
with SequenceDefMixin {
+ override final lazy val groupMembers: Seq[Term] = LV('groupMembers) {
Seq(rawGM) }.value
Review comment:
Fixed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services