mbeckerle commented on a change in pull request #343: WIP: Daf 2302 ext var
URL: https://github.com/apache/incubator-daffodil/pull/343#discussion_r399601012
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/VariableMap1.scala
##########
@@ -178,6 +188,7 @@ class VariableMap private (vTable: Map[GlobalQName,
List[List[Variable]]])
def getVariableBindings(qn: GlobalQName): List[List[Variable]] = {
vTable.get(qn).get
}
+
// def getVariableBindings(vrd: VariableRuntimeData): List[List[Variable]]
= {
Review comment:
remove
----------------------------------------------------------------
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