mbeckerle commented on a change in pull request #343: WIP: Daf 2302 ext var
URL: https://github.com/apache/incubator-daffodil/pull/343#discussion_r400209800
##########
File path: daffodil-japi/src/main/scala/org/apache/daffodil/japi/Daffodil.scala
##########
@@ -419,7 +426,7 @@ class LocationInSchemaFile private[japi] (lsf:
SLocationInSchemaFile) {
/**
* Compiled version of a DFDL Schema, used to parse data and get the DFDL
infoset
*/
-class DataProcessor private[japi] (dp: SDataProcessor)
+class DataProcessor private[japi] (var dp: SDataProcessor)
Review comment:
Yes. I forgot that var or val makes it public.
----------------------------------------------------------------
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