pkatlic commented on code in PR #1137:
URL: https://github.com/apache/daffodil/pull/1137#discussion_r1471258908
##########
daffodil-core/src/main/scala/org/apache/daffodil/core/dsom/walker/AbstractDSOMWalker.scala:
##########
@@ -35,6 +35,7 @@ trait CommonContextView {
trait TermView extends CommonContextView {
def isArray: Boolean
def isOptional: Boolean
+ final def isArrayOrOptional: Boolean = isArray || isOptional
Review Comment:
This was added as a potentially-useful helper in the future, but can be
removed as it is currently not used.
--
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]