mbeckerle commented on a change in pull request #326: Daffodil 2280 cleanup -
removes backpointers and factory patterns no longer needed
URL: https://github.com/apache/incubator-daffodil/pull/326#discussion_r394377854
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/RuntimeData.scala
##########
@@ -195,8 +194,7 @@ sealed class NonTermRuntimeData(
@TransientParam pathArg: => String,
@TransientParam namespacesArg: => NamespaceBinding,
@TransientParam unqualifiedPathStepPolicyArg: => UnqualifiedPathStepPolicy)
- extends RuntimeData
- with PreSerialization {
Review comment:
Moved to base trait. I needed RuntimeData to be serializable.
----------------------------------------------------------------
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