stevedlawrence commented on a change in pull request #343: WIP: Daf 2302 ext var
URL: https://github.com/apache/incubator-daffodil/pull/343#discussion_r400137951
 
 

 ##########
 File path: daffodil-japi/src/main/scala/org/apache/daffodil/japi/Daffodil.scala
 ##########
 @@ -267,7 +274,7 @@ class Compiler private[japi] () {
  * Do not use the ProcessorFactry constructor to create a [[ProcessorFactory]].
  * Instead, use [[Compiler#compileFile(java.io.File)]]
  */
-class ProcessorFactory private[japi] (pf: SProcessorFactory)
+class ProcessorFactory private[japi] (var pf: SProcessorFactory)
 
 Review comment:
   Can the var be made private?

----------------------------------------------------------------
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

Reply via email to