tuxji commented on code in PR #919:
URL: https://github.com/apache/daffodil/pull/919#discussion_r1096306121


##########
daffodil-core/src/main/scala/org/apache/daffodil/core/dpath/Conversions.scala:
##########
@@ -42,7 +44,7 @@ object Conversion {
    * output type. TT is the target type desired.
    */
   def conversionOps(st: NodeInfo.Kind, tt: NodeInfo.Kind, context: 
Expression): List[RecipeOp] = {
-    import NodeInfo._
+    import org.apache.daffodil.runtime1.dpath.NodeInfo._

Review Comment:
   Here's one of the local `import NodeInfo._` statements.



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