olabusayoT commented on code in PR #1424:
URL: https://github.com/apache/daffodil/pull/1424#discussion_r1949407837


##########
daffodil-core/src/main/scala/org/apache/daffodil/core/dpath/Expression.scala:
##########
@@ -110,7 +110,7 @@ abstract class Expression extends OOLAGHostImpl() with 
BasicComponent {
     res
   }
 
-  private lazy val compiledDPath_ = LV('compiledDPath) { compiledDPath }
+  private lazy val compiledDPath_ = LV(Symbol("compiledDPath")) { 
compiledDPath }

Review Comment:
   Should I create a ticket to track getting that done?



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