stevedlawrence commented on code in PR #1314: URL: https://github.com/apache/daffodil/pull/1314#discussion_r1773804408
########## daffodil-runtime1/src/main/scala/org/apache/daffodil/runtime1/processors/RuntimeData.scala: ########## @@ -659,6 +659,7 @@ sealed class ElementRuntimeData( override val minimizedScope: NamespaceBinding, defaultBitOrderArg: BitOrder, val optPrimType: Option[PrimType], + val targetNamespace: NS, Review Comment: Same as above, this is just revertting a previous change to get the original `targetNamespace` back to where it was. -- 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]
