stevedlawrence commented on a change in pull request #262: Unordered sequences
URL: https://github.com/apache/incubator-daffodil/pull/262#discussion_r318142315
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/grammar/primitives/ElementCombinator.scala
##########
@@ -81,15 +80,8 @@ class ElementCombinator(
override def toString = subComb.toString() // parse centric view of the
world. Unparser doesn't use subComb at all.
- private lazy val subComb = {
Review comment:
Not your fault, but the comment above is incorrect. Unparse does use
subComb, might be wroth just removing that comment as part of this.
----------------------------------------------------------------
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