stevedlawrence commented on code in PR #875:
URL: https://github.com/apache/daffodil/pull/875#discussion_r1021932255


##########
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/DataProcessor.scala:
##########
@@ -145,7 +137,6 @@ class DataProcessor private (
   var validationMode: ValidationMode.Type,
   private var externalVars: Queue[Binding])
   extends DFDL.DataProcessor
-  with HasSetDebugger

Review Comment:
   There's a comment just above that says:
   ```scala
     //
     // Once the deprecated API goes away, these var can become val.
     //
   ```
   We should probably make that change now.
   



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

Reply via email to